We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5154695 commit d1067daCopy full SHA for d1067da
useful-tools/get-debloated-pkgs.sh
@@ -96,8 +96,8 @@ _download() {
96
COUNT=$(( COUNT + 1 ))
97
if [ "$COUNT" -eq 4 ] && grep -q 'ERROR 403' "$ERRLOG"; then
98
_echo2 "WARNING: Rate limit exceeded!"
99
- _echo2 "Waiting 5 minutes before retrying..."
100
- sleep 300
+ _echo2 "Waiting 10 minutes before retrying..."
+ sleep 600
101
elif [ "$COUNT" -gt 5 ]; then
102
_error "Failed 5 times to download $*"
103
fi
0 commit comments