connector
This commit is contained in:
parent
01426d2bac
commit
c83cc5173f
@ -664,6 +664,7 @@ class Connector:
|
|||||||
processed_height = self.last_block_height
|
processed_height = self.last_block_height
|
||||||
|
|
||||||
while height < max_height:
|
while height < max_height:
|
||||||
|
self.log.critical(height)
|
||||||
if self.block_preload._store_size < self.block_preload_cache_limit * 0.9 and \
|
if self.block_preload._store_size < self.block_preload_cache_limit * 0.9 and \
|
||||||
(not self.block_preload._store or self.last_block_height >= next(iter(self.block_preload._store))):
|
(not self.block_preload._store or self.last_block_height >= next(iter(self.block_preload._store))):
|
||||||
try:
|
try:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user