changing defaults for closing idle connections
This commit is contained in:
parent
a4ee648c4a
commit
c3d69041d4
@ -608,8 +608,8 @@ config :pleroma, Pleroma.Repo,
|
|||||||
config :pleroma, :connections_pool,
|
config :pleroma, :connections_pool,
|
||||||
checkin_timeout: 250,
|
checkin_timeout: 250,
|
||||||
max_connections: 250,
|
max_connections: 250,
|
||||||
max_idle_time: 10,
|
max_idle_time: 5,
|
||||||
closing_idle_conns_interval: 10,
|
closing_idle_conns_interval: 5,
|
||||||
retry: 1,
|
retry: 1,
|
||||||
retry_timeout: 1000,
|
retry_timeout: 1000,
|
||||||
await_up_timeout: 5_000
|
await_up_timeout: 5_000
|
||||||
|
Loading…
Reference in New Issue
Block a user