ensure queue_target can't be silly low
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
FloatingGhost 2022-09-16 14:23:31 +01:00
parent ee2eb7752d
commit ad1a6d3dc2
1 changed files with 1 additions and 0 deletions

View File

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