ensure queue_target can't be silly low

This commit is contained in:
FloatingGhost 2022-09-16 14:23:31 +01:00
parent ee2eb7752d
commit ad1a6d3dc2

View file

@ -48,6 +48,7 @@
config :pleroma, Pleroma.Repo,
telemetry_event: [Pleroma.Repo.Instrumenter],
queue_target: 20_000,
migration_lock: nil
config :pleroma, Pleroma.Captcha,