[Pkg-bitcoin-commits] [python-quamash] 27/269: Increase event polling granularity

Jonas Smedegaard dr at jones.dk
Fri Nov 24 11:26:12 UTC 2017


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository python-quamash.

commit 125c63b310142d87bc4862ce8ad34a03cf4cd307
Author: Arve Knudsen <arve.knudsen at gmail.com>
Date:   Tue Jul 1 16:06:12 2014 +0200

    Increase event polling granularity
---
 quamash/__init__.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/quamash/__init__.py b/quamash/__init__.py
index b324966..54bf050 100644
--- a/quamash/__init__.py
+++ b/quamash/__init__.py
@@ -67,7 +67,7 @@ class _EventPoller(QtCore.QObject):
         self.__semaphore.release()
 
         while not self.__canceled:
-            events = self.__selector.select(0.1)
+            events = self.__selector.select(0.01)
             if events:
                 self.sig_events.emit(events)
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-bitcoin/python-quamash.git



More information about the Pkg-bitcoin-commits mailing list