Skip to content

Commit

Permalink
increase MaxIdleConnsPerHost from default of 2
Browse files Browse the repository at this point in the history
  • Loading branch information
jhendrixMSFT committed Sep 5, 2023
1 parent b38353a commit 03fd534
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sdk/azcore/runtime/transport_default_http_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ func init() {
}),
ForceAttemptHTTP2: true,
MaxIdleConns: 100,
MaxIdleConnsPerHost: 10,
IdleConnTimeout: 90 * time.Second,
TLSHandshakeTimeout: 10 * time.Second,
ExpectContinueTimeout: 1 * time.Second,
Expand Down

0 comments on commit 03fd534

Please sign in to comment.