[chore] update default http client timeout to 30s (#3214)

This commit is contained in:
kim 2024-08-19 12:56:43 +00:00 committed by GitHub
commit e1154453bb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 5 additions and 5 deletions

View file

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