Skip to content

Commit

Permalink
chore: bump chunk size to 100 now that compression is on
Browse files Browse the repository at this point in the history
  • Loading branch information
chuckadams committed Dec 27, 2024
1 parent 1dd4aa5 commit 0a9f46b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meta/bin/push-to-aspirecloud
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
URL=${ASPIRECLOUD_ADMIN_API_URL:?variable not defined}
KEY=${ASPIRECLOUD_ADMIN_API_KEY:?variable not defined}

CHUNK_SIZE=${CHUNK_SIZE:-50} # values > 100 are likely to run into POST size limits
CHUNK_SIZE=${CHUNK_SIZE:-100} # values > 100 are likely to run into POST size limits

CURL_ARGS=${CURL_ARGS:-'--compressed'}

Expand Down

0 comments on commit 0a9f46b

Please sign in to comment.