commit 47b71eebfb284dee2f65ec9d4f104d5033e84e3e parent 71d97eeecc1ff143e549d5a441df9a35f9493402 Author: ThomasV <thomasv@gitorious> Date: Tue, 29 Jul 2014 12:26:16 +0200 shorter timeout: verifier too Diffstat:
M | lib/verifier.py | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/verifier.py b/lib/verifier.py @@ -111,7 +111,7 @@ class TxVerifier(threading.Thread): requested_merkle.append(tx_hash) try: - r = self.queue.get(timeout=1) + r = self.queue.get(timeout=0.1) except Queue.Empty: continue