connector
This commit is contained in:
parent
cca8fa902d
commit
50d6cadef0
@ -406,8 +406,8 @@ class Connector:
|
|||||||
self.tx_cache.pop(h)
|
self.tx_cache.pop(h)
|
||||||
|
|
||||||
tx_rate = round(self.total_received_tx / (time.time() - self.start_time), 4)
|
tx_rate = round(self.total_received_tx / (time.time() - self.start_time), 4)
|
||||||
t = time.time() - self.start_time
|
t = 10000 if not self.deep_synchronization else 10000
|
||||||
if t % 20 == 0:
|
if (self.total_received_tx - self.total_received_tx_stat) > t:
|
||||||
self.total_received_tx_stat = self.total_received_tx
|
self.total_received_tx_stat = self.total_received_tx
|
||||||
self.log.warning("Blocks %s; tx rate: %s;" % (block["height"], tx_rate))
|
self.log.warning("Blocks %s; tx rate: %s;" % (block["height"], tx_rate))
|
||||||
if self.utxo_data:
|
if self.utxo_data:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user