forked from AkkomaGang/akkoma
ensure queue_target can't be silly low
This commit is contained in:
parent
ee2eb7752d
commit
ad1a6d3dc2
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@
|
|||
|
||||
config :pleroma, Pleroma.Repo,
|
||||
telemetry_event: [Pleroma.Repo.Instrumenter],
|
||||
queue_target: 20_000,
|
||||
migration_lock: nil
|
||||
|
||||
config :pleroma, Pleroma.Captcha,
|
||||
|
|
Loading…
Reference in a new issue