mirror of
https://github.com/onionshare/onionshare.git
synced 2025-06-24 22:40:36 -04:00
Onion calls tor_status_update_func much more frequently, which makes the GUI more responsive
This commit is contained in:
parent
cc0c8e043e
commit
e54af350a1
1 changed files with 1 additions and 1 deletions
|
@ -221,7 +221,7 @@ class Onion(object):
|
||||||
if summary == 'Done':
|
if summary == 'Done':
|
||||||
print("")
|
print("")
|
||||||
break
|
break
|
||||||
time.sleep(0.2)
|
time.sleep(0.05)
|
||||||
|
|
||||||
# Timeout after 45 seconds
|
# Timeout after 45 seconds
|
||||||
if time.time() - start_ts > 45:
|
if time.time() - start_ts > 45:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue