Merge branch 'cleanup' into 'develop'

Remove unused queue from the config

See merge request pleroma/pleroma!1158
This commit is contained in:
lambda 2019-05-15 15:23:13 +00:00
commit 0992094bd6
1 changed files with 1 additions and 2 deletions

View File

@ -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,