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 9400489 commit 6142469Copy full SHA for 6142469
clients/algoliasearch-client-go/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