connector
This commit is contained in:
parent
e0cf9781d9
commit
a5e8a3f2b7
@ -479,10 +479,10 @@ class Connector:
|
||||
"rate %s; "
|
||||
"total time %s; " % (round(self.utxo.read_from_db_time, 4),
|
||||
self.utxo.read_from_db_count,
|
||||
round(time.time() - self.utxo.read_from_db_batch_time, 4),
|
||||
round(self.utxo.read_from_db_batch_time, 4),
|
||||
c,
|
||||
int(self.utxo.read_from_db_time_total)))
|
||||
self.utxo.read_from_db_batch_time = time.time()
|
||||
self.utxo.read_from_db_batch_time = 0
|
||||
self.utxo.read_from_db_count = 0
|
||||
self.log.debug("- Coins ---------------")
|
||||
self.log.debug(" Coins %s; destroyed %s; "
|
||||
|
||||
Loading…
Reference in New Issue
Block a user