Skip to content

Commit

Permalink
Increase deploy concurrency to 300, #72
Browse files Browse the repository at this point in the history
  • Loading branch information
ronaldtse committed Mar 10, 2021
1 parent 0a406b0 commit 3c1fe2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
CLOUDFRONT_DISTRIBUTION_ID: ${{ secrets.CLOUDFRONT_DISTRIBUTION_ID }}
S3_BUCKET_NAME: ${{ secrets.S3_BUCKET_NAME }}
run: |
aws configure set default.s3.max_concurrent_requests 100
aws configure set default.s3.max_concurrent_requests 300
aws configure set default.s3.max_queue_size 10000
aws configure set default.s3.use_accelerate_endpoint true
aws configure set default.s3.payload_signing_enabled false
Expand Down

0 comments on commit 3c1fe2b

Please sign in to comment.