retry and retry_timeout settings default change
This commit is contained in:
parent
1ad34bfdba
commit
8854770fc4
5 changed files with 9 additions and 8 deletions
|
|
@ -609,8 +609,8 @@ config :pleroma, Pleroma.Repo,
|
|||
config :pleroma, :connections_pool,
|
||||
checkin_timeout: 250,
|
||||
max_connections: 250,
|
||||
retry: 0,
|
||||
retry_timeout: 100,
|
||||
retry: 1,
|
||||
retry_timeout: 1000,
|
||||
await_up_timeout: 5_000
|
||||
|
||||
config :pleroma, :pools,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue