From: Oleg Broytman Date: Fri, 11 Aug 2023 10:59:21 +0000 (+0300) Subject: Feat(bin/wget-mirror): Shorten the pause X-Git-Url: https://git.phdru.name/dotfiles.git/?a=commitdiff_plain;h=b40bc90da76166f3b0e1fd4804607b7439aeb89f;p=dotfiles.git Feat(bin/wget-mirror): Shorten the pause --- diff --git a/bin/wget-mirror b/bin/wget-mirror index 441ea40..8626c31 100755 --- a/bin/wget-mirror +++ b/bin/wget-mirror @@ -4,7 +4,7 @@ exec wget -4 --continue -e robots=off --limit-rate="$wget_speed" \ --mirror -nH --no-parent --page-requisites --progress=bar:noscroll \ - --proxy=off --trust-server-names --random-wait --wait=15 "$@" + --proxy=off --trust-server-names --random-wait --wait=2 "$@" # Other useful flags are: -b (--background) --cut-dirs -E (--html-extension) # -k (--convert-links)