From 9efdf5834de8fba79dc7152eef4b22960870c737 Mon Sep 17 00:00:00 2001 From: Sean Holung Date: Fri, 6 Oct 2023 12:55:25 -0400 Subject: [PATCH] adjust batch size --- scripts/make-s3-redirects.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/make-s3-redirects.sh b/scripts/make-s3-redirects.sh index 9e68de1a529b..9e8a05f45750 100755 --- a/scripts/make-s3-redirects.sh +++ b/scripts/make-s3-redirects.sh @@ -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