Skip to content

Commit

Permalink
increase transfers
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyclenerd committed Feb 21, 2024
1 parent 48692cf commit 6017273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 sync "site/" "r2:gcloud-compute/" || exit 9
rclone sync --transfers 32 --checkers 64 --fast-list "site/" "r2:gcloud-compute/" || exit 9

0 comments on commit 6017273

Please sign in to comment.