From e54af350a1828a19554b4ba602cd6ac0d09f0bd6 Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Mon, 17 Apr 2017 20:54:55 -0700 Subject: [PATCH] Onion calls tor_status_update_func much more frequently, which makes the GUI more responsive --- onionshare/onion.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/onionshare/onion.py b/onionshare/onion.py index f5f8954c..a3bc00ad 100644 --- a/onionshare/onion.py +++ b/onionshare/onion.py @@ -221,7 +221,7 @@ class Onion(object): if summary == 'Done': print("") break - time.sleep(0.2) + time.sleep(0.05) # Timeout after 45 seconds if time.time() - start_ts > 45: