shorter timeout: verifier too

This commit is contained in:
ThomasV 2014-07-29 12:26:16 +02:00
parent 71d97eeecc
commit 47b71eebfb
1 changed files with 1 additions and 1 deletions

View File

@ -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