connector

This commit is contained in:
4tochka 2019-05-03 22:58:21 +04:00
parent 38d338556b
commit c9bc3afbca

View File

@ -783,7 +783,7 @@ class UTXO():
async def save_utxo(self, block_height):
# save to db tail from cache
self.save_process = True
self.log.critical(str(block_height))
await asyncio.sleep(2)
c = len(self.cached) - self._cache_size
try:
lb = 0