summaryrefslogtreecommitdiff
path: root/config/test.exs
diff options
context:
space:
mode:
authorIvan Tashkinov <ivantashkinov@gmail.com>2019-08-23 18:28:23 +0300
committerIvan Tashkinov <ivantashkinov@gmail.com>2019-08-23 18:28:23 +0300
commit581123f8bb703023cb652267a1fc34292f862852 (patch)
tree7c4bb9fc62e7dfc35ea8c0d15715d2d4c31abe64 /config/test.exs
parentc056736daaedb2a08557ee6c6a9bcb6bf44110ca (diff)
downloadpleroma-581123f8bb703023cb652267a1fc34292f862852.tar.gz
pleroma-581123f8bb703023cb652267a1fc34292f862852.zip
[#1149] Introduced `quantum` job scheduler. Documentation & config changes.
Diffstat (limited to 'config/test.exs')
-rw-r--r--config/test.exs2
1 files changed, 0 insertions, 2 deletions
diff --git a/config/test.exs b/config/test.exs
index a0fa67516..62f2a04d2 100644
--- a/config/test.exs
+++ b/config/test.exs
@@ -61,8 +61,6 @@ config :web_push_encryption, :vapid_details,
config :web_push_encryption, :http_client, Pleroma.Web.WebPushHttpClientMock
-config :pleroma_job_queue, disabled: true
-
config :pleroma, Oban,
queues: false,
prune: :disabled