connector
This commit is contained in:
parent
b6e85dd395
commit
559c117f3a
@ -669,7 +669,7 @@ class Connector:
|
|||||||
processed_height = self.last_block_height
|
processed_height = self.last_block_height
|
||||||
if self.block_preload._store_size < 190 * 1000000:
|
if self.block_preload._store_size < 190 * 1000000:
|
||||||
continue
|
continue
|
||||||
# self.log.critical(str((processed_height, self.last_block_height)))
|
self.log.critical(str((processed_height, self.last_block_height)))
|
||||||
|
|
||||||
await asyncio.sleep(10)
|
await asyncio.sleep(10)
|
||||||
# remove unused items
|
# remove unused items
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user