diff options
author | lambda <lain@soykaf.club> | 2019-05-15 15:23:13 +0000 |
---|---|---|
committer | lambda <lain@soykaf.club> | 2019-05-15 15:23:13 +0000 |
commit | 0992094bd6bfca16f92fbc9f7f5f97c3d9088aa6 (patch) | |
tree | 80b717d85fcf7140d97fdfc76e85ec9d8fa6b319 | |
parent | 3456f643a8619c0bf752680acf9ac33344a9a952 (diff) | |
parent | 6c9f45f4ddde48d2239ab68916e65d0ee5c2be76 (diff) | |
download | pleroma-0992094bd6bfca16f92fbc9f7f5f97c3d9088aa6.tar.gz pleroma-0992094bd6bfca16f92fbc9f7f5f97c3d9088aa6.zip |
Merge branch 'cleanup' into 'develop'
Remove unused queue from the config
See merge request pleroma/pleroma!1158
-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 3d11c3a87..0754749a3 100644 --- a/config/config.exs +++ b/config/config.exs @@ -405,8 +405,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, |