diff options
author | Egor Kislitsyn <egor@kislitsyn.com> | 2019-03-04 19:55:11 +0700 |
---|---|---|
committer | Egor Kislitsyn <egor@kislitsyn.com> | 2019-03-04 19:55:11 +0700 |
commit | eb84de01439c4ee25f59390e5be4ffa7f36e01b8 (patch) | |
tree | 63c935841bf4063278baff298e00724a2db46794 /config/config.exs | |
parent | dd5865535eb16f535ff996eb3dec5e947a905268 (diff) | |
download | pleroma-eb84de01439c4ee25f59390e5be4ffa7f36e01b8.tar.gz pleroma-eb84de01439c4ee25f59390e5be4ffa7f36e01b8.zip |
allow users to disable their own account
Diffstat (limited to 'config/config.exs')
-rw-r--r-- | config/config.exs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/config.exs b/config/config.exs index a620e7451..d9ed43dda 100644 --- a/config/config.exs +++ b/config/config.exs @@ -343,7 +343,8 @@ config :pleroma, Pleroma.Web.Federator.RetryQueue, config :pleroma, Pleroma.Jobs, federator_incoming: [max_jobs: 50], federator_outgoing: [max_jobs: 50], - mailer: [max_jobs: 10] + mailer: [max_jobs: 10], + user: [max_jobs: 10] config :auto_linker, opts: [ |