Skip to content

Commit

Permalink
Adjust default MaxConnectionsPerHost to 500
Browse files Browse the repository at this point in the history
  • Loading branch information
marcioapm committed Sep 26, 2023
1 parent 0376621 commit 1ff349e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/DefaultHttpClientConfig.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ func CreateDefaultHttpClientConfig() DefaultHttpClientConfig {
RetryInterval_: 333 * time.Millisecond,
ConnectionRequestTimeout_: 1000 * time.Millisecond,
MaxRetries_: 5,
MaxConnectionsPerHost_: 200,
MaxConnectionsPerHost_: 500,
Logger: Logger{},
}
return config
Expand Down

0 comments on commit 1ff349e

Please sign in to comment.