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