diff options
author | Ivan Tashkinov <ivantashkinov@gmail.com> | 2019-08-23 18:28:23 +0300 |
---|---|---|
committer | Ivan Tashkinov <ivantashkinov@gmail.com> | 2019-08-23 18:28:23 +0300 |
commit | 581123f8bb703023cb652267a1fc34292f862852 (patch) | |
tree | 7c4bb9fc62e7dfc35ea8c0d15715d2d4c31abe64 /config/test.exs | |
parent | c056736daaedb2a08557ee6c6a9bcb6bf44110ca (diff) | |
download | pleroma-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.exs | 2 |
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 |