retry and retry_timeout settings default change

This commit is contained in:
Alexander Strizhakov 2020-03-03 18:01:35 +03:00
commit 8854770fc4
No known key found for this signature in database
GPG key ID: 022896A53AEF1381
5 changed files with 9 additions and 8 deletions

View file

@ -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,