]> git.phdru.name Git - dotfiles.git/commitdiff
Feat(bin/wget-mirror): Shorten the pause
authorOleg Broytman <phd@phdru.name>
Fri, 11 Aug 2023 10:59:21 +0000 (13:59 +0300)
committerOleg Broytman <phd@phdru.name>
Fri, 11 Aug 2023 10:59:21 +0000 (13:59 +0300)
bin/wget-mirror

index 441ea40fe5146476bbecb135b39d64d9ebbb7d06..8626c31b7cb85764947b98edef7baa5445b84d7c 100755 (executable)
@@ -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)