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
|
|
@ -15,7 +15,8 @@ defmodule Pleroma.HTTP.Adapter.Gun do
|
|||
connect_timeout: 5_000,
|
||||
domain_lookup_timeout: 5_000,
|
||||
tls_handshake_timeout: 5_000,
|
||||
retry: 0,
|
||||
retry: 1,
|
||||
retry_timeout: 1000,
|
||||
await_up_timeout: 5_000
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue