Shorter sleep

This commit is contained in:
DataHoarder 2022-02-19 03:03:18 +01:00
parent 4d5d597d8b
commit 223ece654a
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@ PAGE_PATH="data/pageindex/"
doRequest () {
docker run -it --rm curl-impersonate /build/out/curl_ff95 --silent --compressed "https://en.touhouwiki.net/${1}"
sleep 2
sleep 1
}
doUrlEncode () {

View file

@ -10,7 +10,7 @@ CATEGORY="${1//[ \/]/_}"
doRequest () {
docker run --rm curl-impersonate /build/out/curl_ff95 --silent --compressed "https://en.touhouwiki.net/${1}"
sleep 2
sleep 1
}
doUrlEncode () {