connector
This commit is contained in:
parent
e0a308d3f0
commit
680bd58ef1
@ -479,7 +479,7 @@ 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(self.utxo.read_from_db_batch_time, 4),
|
round(time.time() - 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 = time.time()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user