[Pkg-privacy-commits] [onionshare] 203/256: In bundled Tor mode, wait 2 full seconds before connecting to the Tor controller
Ulrike Uhlig
ulrike at moszumanska.debian.org
Fri May 26 12:53:41 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 d3eeda887bbd9eaffbd559bcd1d989ce732aa44d
Author: Micah Lee <micah at micahflee.com>
Date: Thu May 18 17:34:36 2017 -0700
In bundled Tor mode, wait 2 full seconds before connecting to the Tor controller
---
onionshare/onion.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/onionshare/onion.py b/onionshare/onion.py
index f882c89..4d69ebe 100644
--- a/onionshare/onion.py
+++ b/onionshare/onion.py
@@ -205,7 +205,7 @@ class Onion(object):
self.tor_proc = subprocess.Popen([self.tor_path, '-f', self.tor_torrc], stdout=subprocess.PIPE, stderr=subprocess.PIPE)
# Wait for the tor controller to start
- time.sleep(1)
+ time.sleep(2)
# Connect to the controller
try:
--
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