We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 354cbe1 commit 0468c2bCopy full SHA for 0468c2b
algolia/transport/requester.go
@@ -37,7 +37,7 @@ func DefaultHTTPClient(connectTimeout *time.Duration) *http.Client {
37
}).DialContext,
38
DisableKeepAlives: false,
39
MaxIdleConnsPerHost: DefaultMaxIdleConnsPerHost,
40
- IdleConnTimeout: DefaultConnectTimeout,
+ IdleConnTimeout: DefaultMaxIdleTimeout,
41
Proxy: http.ProxyFromEnvironment,
42
TLSHandshakeTimeout: DefaultTLSHandshakeTimeout,
43
},
0 commit comments