From ffe35fc1eac29c4ca9ffb6ea5db08f6510d304d3 Mon Sep 17 00:00:00 2001 From: Ajam Date: Fri, 8 Mar 2024 21:51:07 +0545 Subject: [PATCH] faaaster --- .github/workflows/healthchecks_housekeeping.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/healthchecks_housekeeping.yaml b/.github/workflows/healthchecks_housekeeping.yaml index 0c80fe2..3b75b57 100644 --- a/.github/workflows/healthchecks_housekeeping.yaml +++ b/.github/workflows/healthchecks_housekeeping.yaml @@ -121,7 +121,7 @@ jobs: rm -rf "$(pwd)/.git" #Upload to Pub echo -e "[+] Syncing $GITHUB_REPOSITORY to pub.ajam.dev/repos/$GITHUB_REPOSITORY \n" - rclone copy "." "r2:/pub/repos/$GITHUB_REPOSITORY/" --progress --check-first + rclone copy "." "r2:/pub/repos/$GITHUB_REPOSITORY/" --user-agent="Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) obsidian/1.5.3 Chrome/114.0.5735.289 Electron/25.8.1 Safari/537.36" --buffer-size="100M" --s3-upload-concurrency="500" --s3-chunk-size="100M" --multi-thread-streams="500" --checkers="2000" --transfers="1000" --check-first --checksum --copy-links --fast-list --progress continue-on-error: true #EOF #------------------------------------------------------------------------------------#