Skip to content

Commit

Permalink
update sample configuration for aws.
Browse files Browse the repository at this point in the history
200 max connection may sometimes cause network error for aws client.
Reduce the `maxConnections` property in the sample to 20.
  • Loading branch information
jealous committed Oct 2, 2024
1 parent 0591c8b commit 50fa444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ based on your environment and the workload. Here is an example:
aws {
// recommended aws client settings
client {
maxConnections = 200 // Increase this number to allow large concurrency
maxConnections = 20 // Increase this number to allow large concurrency
maxErrorRetry = 10 // Increase the number of retries if needed
connectionTimeout = 60000 // timeout in milliseconds, 60 seconds
socketTimeout = 60000 // timeout in milliseconds, 60 seconds
Expand Down

0 comments on commit 50fa444

Please sign in to comment.