diff options
author | Egor Kislitsyn <egor@kislitsyn.com> | 2019-05-15 14:40:20 +0700 |
---|---|---|
committer | Egor Kislitsyn <egor@kislitsyn.com> | 2019-05-15 14:40:20 +0700 |
commit | 6c9f45f4ddde48d2239ab68916e65d0ee5c2be76 (patch) | |
tree | 3cb4e3f87804d5590d0673ac6be63b3cdfe6a5b5 | |
parent | c133c32ef07077daaf581a4f890939b38c1d7feb (diff) | |
download | pleroma-6c9f45f4ddde48d2239ab68916e65d0ee5c2be76.tar.gz |
Remove unused queue from the config
-rw-r--r-- | config/config.exs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/config/config.exs b/config/config.exs index 32c7fecb8..3452eb1bb 100644 --- a/config/config.exs +++ b/config/config.exs @@ -424,8 +424,7 @@ config :pleroma_job_queue, :queues, mailer: 10, transmogrifier: 20, scheduled_activities: 10, - background: 5, - user: 10 + background: 5 config :pleroma, :fetch_initial_posts, enabled: false, |