mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 04:52:24 -05:00
[chore] update default http client timeout to 30s (#3214)
This commit is contained in:
parent
c78c3d5ed9
commit
e1154453bb
3 changed files with 5 additions and 5 deletions
|
|
@ -213,7 +213,7 @@ var Defaults = Configuration{
|
|||
HTTPClient: HTTPClientConfiguration{
|
||||
AllowIPs: make([]string, 0),
|
||||
BlockIPs: make([]string, 0),
|
||||
Timeout: 10 * time.Second,
|
||||
Timeout: 30 * time.Second,
|
||||
TLSInsecureSkipVerify: false,
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue