We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49f755a commit ecbeb5dCopy full SHA for ecbeb5d
1 file changed
aws/logs_monitoring_go/internal/forwarding/client.go
@@ -24,6 +24,7 @@ var Client = newClient()
24
func newClient() *http.Client {
25
transport := http.DefaultTransport.(*http.Transport).Clone()
26
transport.TLSHandshakeTimeout = tlsHandshakeTimeout
27
+ transport.MaxIdleConnsPerHost = maxConcurrency
28
transport.DialContext = (&net.Dialer{
29
Timeout: dialContextTimeout,
30
KeepAlive: dialContextKeepAlive,
0 commit comments