connector
This commit is contained in:
parent
6e8eb99349
commit
b6e85dd395
@ -667,8 +667,7 @@ class Connector:
|
|||||||
for i in range(processed_height, self.last_block_height):
|
for i in range(processed_height, self.last_block_height):
|
||||||
self.block_preload.remove(i)
|
self.block_preload.remove(i)
|
||||||
processed_height = self.last_block_height
|
processed_height = self.last_block_height
|
||||||
if self.block_preload._store_size < 190 * 1000000 and \
|
if self.block_preload._store_size < 190 * 1000000:
|
||||||
height < self.last_block_height + self.batch_limit:
|
|
||||||
continue
|
continue
|
||||||
# self.log.critical(str((processed_height, self.last_block_height)))
|
# self.log.critical(str((processed_height, self.last_block_height)))
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user