shorter timeout: verifier too
This commit is contained in:
@@ -111,7 +111,7 @@ class TxVerifier(threading.Thread):
|
|||||||
requested_merkle.append(tx_hash)
|
requested_merkle.append(tx_hash)
|
||||||
|
|
||||||
try:
|
try:
|
||||||
r = self.queue.get(timeout=1)
|
r = self.queue.get(timeout=0.1)
|
||||||
except Queue.Empty:
|
except Queue.Empty:
|
||||||
continue
|
continue
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user