[Pkg-privacy-commits] [onionshare] 179/256: Make the Onion object poll the tor controller less frequently, now that the connection happens in a separate thread
Ulrike Uhlig
ulrike at moszumanska.debian.org
Fri May 26 12:53:35 UTC 2017
This is an automated email from the git hooks/post-receive script.
ulrike pushed a commit to branch master
in repository onionshare.
commit 852a6761ee1303d3d95bf86eaeb2373c68f14759
Author: Micah Lee <micah at micahflee.com>
Date: Tue May 16 11:47:18 2017 -0700
Make the Onion object poll the tor controller less frequently, now that the connection happens in a separate thread
---
onionshare/onion.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/onionshare/onion.py b/onionshare/onion.py
index eb97c6a..05909a4 100644
--- a/onionshare/onion.py
+++ b/onionshare/onion.py
@@ -229,7 +229,7 @@ class Onion(object):
if summary == 'Done':
print("")
break
- time.sleep(0.05)
+ time.sleep(0.2)
# Timeout after 45 seconds
if time.time() - start_ts > 45:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/onionshare.git
More information about the Pkg-privacy-commits
mailing list