Skip to content

Commit 32f48e3

Browse files
committed
chore: reset upload batch from 20 to 5
1 parent 34214ba commit 32f48e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/upload.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ SCRIPT_NAME=$(basename "$0")
2727
BASE_URL="${BASE_URL:-https://docs.flashcat.cloud}"
2828
FULL_UPLOAD="${FULL_UPLOAD:-false}"
2929
DRY_RUN=false
30-
BATCH_SIZE=20
30+
BATCH_SIZE=5
3131

3232
usage() {
3333
cat <<EOF

0 commit comments

Comments
 (0)