Onion calls tor_status_update_func much more frequently, which makes the GUI more responsive

This commit is contained in:
Micah Lee 2017-04-17 20:54:55 -07:00
parent bcf2e518de
commit 90e82217e7

View File

@ -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: