diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4c33b49cf..c49ae1d4e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -78,4 +78,4 @@ jobs: echo "endpoint = $R2_API_ENDPOINT" >> "$HOME/.config/rclone/rclone.conf" echo "acl = private" >> "$HOME/.config/rclone/rclone.conf" echo "no_check_bucket = true" >> "$HOME/.config/rclone/rclone.conf" - rclone copy --transfers 64 --checkers 128 --fast-list "site/" "r2:gcloud-compute/" || exit 9 \ No newline at end of file + rclone copy --transfers 32 --checkers 64 --fast-list "site/" "r2:gcloud-compute/" || exit 9 \ No newline at end of file