forked from AkkomaGang/akkoma
returning repo parameters
This commit is contained in:
parent
d9e4b77f8b
commit
2622cf1190
1 changed files with 3 additions and 2 deletions
|
@ -49,8 +49,7 @@
|
|||
config :pleroma, Pleroma.Repo,
|
||||
types: Pleroma.PostgresTypes,
|
||||
telemetry_event: [Pleroma.Repo.Instrumenter],
|
||||
migration_lock: nil,
|
||||
parameters: [gin_fuzzy_search_limit: "500"]
|
||||
migration_lock: nil
|
||||
|
||||
config :pleroma, Pleroma.Captcha,
|
||||
enabled: true,
|
||||
|
@ -603,6 +602,8 @@
|
|||
|
||||
config :pleroma, configurable_from_database: false
|
||||
|
||||
config :pleroma, Pleroma.Repo, parameters: [gin_fuzzy_search_limit: "500"]
|
||||
|
||||
config :pleroma, :connections_pool,
|
||||
receive_connection_timeout: 250,
|
||||
max_connections: 250,
|
||||
|
|
Loading…
Reference in a new issue