From be4ce4a28803c607df6fbc80564f770c4b98433e Mon Sep 17 00:00:00 2001 From: Benjamin Dweck Date: Thu, 22 Oct 2020 11:32:13 +0200 Subject: [PATCH] Reduced delays; they weren't the source of the problem --- docker-tor/torch-agent.wrapper.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docker-tor/torch-agent.wrapper.sh b/docker-tor/torch-agent.wrapper.sh index c7d30ae..be5f993 100755 --- a/docker-tor/torch-agent.wrapper.sh +++ b/docker-tor/torch-agent.wrapper.sh @@ -4,9 +4,7 @@ tor & while ! curl -s --socks5 127.0.0.1:9050 'https://check.torproject.org/' | grep -qm1 Congratulations do - sleep 3 + sleep 0.5 done -sleep 3 - torch-agent $1 $2 $3 $4