Browse Source

shorter timeout: verifier too

283
ThomasV 11 years ago
parent
commit
47b71eebfb
  1. 2
      lib/verifier.py

2
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

Loading…
Cancel
Save