Skip to content

Commit

Permalink
Increase the max concurrent requests
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy-farnault committed Jan 27, 2023
1 parent ca6360b commit 878cf47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ function main {
get_command
validate_source_and_destination

# Increase the max concurrent requests for se
aws configure set default.s3.max_concurrent_requests 255
# Increase the max concurrent requests for s3
aws configure set default.s3.max_concurrent_requests 1000

aws --version

Expand Down

0 comments on commit 878cf47

Please sign in to comment.