allow users to disable their own account
This commit is contained in:
parent
dd5865535e
commit
eb84de0143
16 changed files with 167 additions and 51 deletions
|
|
@ -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: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue