thread-count

This commit is contained in:
FairyEver 2019-12-14 14:31:57 +08:00
parent 2df9fe1896
commit 48d5445280
1 changed files with 9 additions and 8 deletions

View File

@ -38,13 +38,14 @@ jobs:
REFRESH_URL=$SITE$REPO$PATH_SUFFIX/
echo $REFRESH_URL > cdnrefresh.txt
./qshell qupload2\
--src-dir=$GITHUB_WORKSPACE$DIST_FOLDER\
--bucket=$QINIU_BUCKET\
--key-prefix=$REPO$PATH_SUFFIX/\
--overwrite=true\
--check-exists=true\
--check-hash=true\
--check-size=true\
--rescan-local=true
--src-dir=$GITHUB_WORKSPACE$DIST_FOLDER\
--bucket=$QINIU_BUCKET\
--key-prefix=$REPO$PATH_SUFFIX/\
--overwrite=true\
--check-exists=true\
--check-hash=true\
--check-size=true\
--rescan-local=true \
--thread-count=32
- name: CDN refresh
run: ./qshell cdnrefresh --dirs -i ./cdnrefresh.txt