Skip to content

Commit

Permalink
lug: fix archcn stuck after connection reset (#450)
Browse files Browse the repository at this point in the history
  • Loading branch information
PhotonQuantum authored Jan 2, 2024
1 parent 1a984ae commit b3fa450
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lug/worker-script/zhiyuan/worker-script/archlinux-cn.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash

source /root/lug-secrets.sh
RSYNC_PASSWORD=${ARCHLINUXCN_PASSWORD} rsync -rtlivH --delete-after --delay-updates --safe-links --max-delete=1000 --contimeout=60 ${ARCHLINUXCN_USERNAME}@sync.repo.archlinuxcn.org::repo $LUG_path
RSYNC_PASSWORD=${ARCHLINUXCN_PASSWORD} rsync -rtlivH --delete-after --delay-updates --safe-links --max-delete=1000 --timeout=600 --contimeout=600 ${ARCHLINUXCN_USERNAME}@sync.repo.archlinuxcn.org::repo $LUG_path

0 comments on commit b3fa450

Please sign in to comment.