connector
This commit is contained in:
parent
38d338556b
commit
c9bc3afbca
@ -783,7 +783,7 @@ class UTXO():
|
|||||||
async def save_utxo(self, block_height):
|
async def save_utxo(self, block_height):
|
||||||
# save to db tail from cache
|
# save to db tail from cache
|
||||||
self.save_process = True
|
self.save_process = True
|
||||||
self.log.critical(str(block_height))
|
await asyncio.sleep(2)
|
||||||
c = len(self.cached) - self._cache_size
|
c = len(self.cached) - self._cache_size
|
||||||
try:
|
try:
|
||||||
lb = 0
|
lb = 0
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user