mirror of
https://git.pleroma.social/pleroma/pleroma.git
synced 2025-04-15 23:44:09 +00:00
Config: Use advisory lock
This commit is contained in:
parent
ad79912a07
commit
016df5093d
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ config :pleroma, ecto_repos: [Pleroma.Repo]
|
|||
|
||||
config :pleroma, Pleroma.Repo,
|
||||
telemetry_event: [Pleroma.Repo.Instrumenter],
|
||||
migration_lock: nil
|
||||
migration_lock: :pg_advisory_lock
|
||||
|
||||
config :pleroma, Pleroma.Captcha,
|
||||
enabled: true,
|
||||
|
|
Loading…
Reference in a new issue