logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma
commit: 0992094bd6bfca16f92fbc9f7f5f97c3d9088aa6
parent: 3456f643a8619c0bf752680acf9ac33344a9a952
Author: lambda <lain@soykaf.club>
Date:   Wed, 15 May 2019 15:23:13 +0000

Merge branch 'cleanup' into 'develop'

Remove unused queue from the config

See merge request pleroma/pleroma!1158

Diffstat:

Mconfig/config.exs3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git 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,