connector

This commit is contained in:
4tochka 2019-05-05 11:25:36 +04:00
parent 01426d2bac
commit c83cc5173f

View File

@ -664,6 +664,7 @@ class Connector:
processed_height = self.last_block_height
while height < max_height:
self.log.critical(height)
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))):
try: