Skip to content

Commit

Permalink
adjust batch size
Browse files Browse the repository at this point in the history
  • Loading branch information
sean1588 authored Oct 6, 2023
1 parent 9049e71 commit 9efdf58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/make-s3-redirects.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ redirects_file="./redirects.txt"
aws s3 cp "s3://${destination_bucket}/redirects.txt" "$redirects_file" --region "$(aws_region)"

echo "Processing S3 redirects ${destination_bucket}..."
batch_size=50
batch_size=5
command_count=0
IFS="|"
while read key location; do
Expand Down

0 comments on commit 9efdf58

Please sign in to comment.