From b40bc90da76166f3b0e1fd4804607b7439aeb89f Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Fri, 11 Aug 2023 13:59:21 +0300 Subject: [PATCH] Feat(bin/wget-mirror): Shorten the pause --- bin/wget-mirror | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2