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 b4cd2b2 commit 7f67e65Copy full SHA for 7f67e65
1 file changed
pkg/epp/framework/plugins/datalayer/source/http/client.go
@@ -59,6 +59,7 @@ var (
59
baseTransport = &http.Transport{
60
MaxIdleConns: maxIdleConnections,
61
MaxIdleConnsPerHost: maxIdleConnsPerHost,
62
+ IdleConnTimeout: maxIdleTime,
63
// TODO: set additional timeouts, transport options, etc.
64
}
65
)
0 commit comments