[Pkg-privacy-commits] [onionshare] 159/256: Onion calls tor_status_update_func much more frequently, which makes the GUI more responsive
    Ulrike Uhlig 
    ulrike at moszumanska.debian.org
       
    Fri May 26 12:53:32 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 90e82217e7ff10beab6889610ff32d058aea9f76
Author: Micah Lee <micah at micahflee.com>
Date:   Mon Apr 17 20:54:55 2017 -0700
    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 f5f8954..a3bc00a 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:
-- 
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