by default don't use gun retries
remove conn depends on retry setting from config
This commit is contained in:
parent
3849bbb60d
commit
a03c420b84
2 changed files with 8 additions and 5 deletions
|
|
@ -599,7 +599,7 @@ config :pleroma, configurable_from_database: false
|
|||
config :pleroma, :connections_pool,
|
||||
receive_connection_timeout: 250,
|
||||
max_connections: 250,
|
||||
retry: 5,
|
||||
retry: 0,
|
||||
retry_timeout: 100,
|
||||
await_up_timeout: 5_000
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue