connector
This commit is contained in:
parent
f45975e5a3
commit
dc7194859c
@ -677,9 +677,9 @@ class Connector:
|
|||||||
except:
|
except:
|
||||||
pass
|
pass
|
||||||
if processed_height < self.last_block_height:
|
if processed_height < self.last_block_height:
|
||||||
for i in range(processed_height, self.last_block_height):
|
for i in range(processed_height, self.last_block_height - 1):
|
||||||
self.block_preload.remove(i)
|
self.block_preload.remove(i)
|
||||||
processed_height = self.last_block_height
|
processed_height = self.last_block_height - 1
|
||||||
if self.block_preload._store_size < self.block_preload_cache_limit * 0.9:
|
if self.block_preload._store_size < self.block_preload_cache_limit * 0.9:
|
||||||
continue
|
continue
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user