Remove unused queue from the config
authorEgor Kislitsyn <egor@kislitsyn.com>
Wed, 15 May 2019 07:40:20 +0000 (14:40 +0700)
committerEgor Kislitsyn <egor@kislitsyn.com>
Wed, 15 May 2019 07:40:20 +0000 (14:40 +0700)
config/config.exs

index 32c7fecb8403ba0d1343a4d081b373f2914d7e4a..3452eb1bba972d80e5bfca7fc38e2cbb0ccfd3da 100644 (file)
@@ -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,