connector
This commit is contained in:
parent
bb3207f6b2
commit
93fd55be98
@ -52,6 +52,7 @@ class BlockLoader:
|
|||||||
self.worker_tasks = [self.loop.create_task(self.start_worker(i)) for i in range(self.worker_limit)]
|
self.worker_tasks = [self.loop.create_task(self.start_worker(i)) for i in range(self.worker_limit)]
|
||||||
target_height = self.parent.node_last_block - self.parent.self.deep_sync_limit
|
target_height = self.parent.node_last_block - self.parent.self.deep_sync_limit
|
||||||
height = self.parent.last_block_height + 1
|
height = self.parent.last_block_height + 1
|
||||||
|
self.log.info(str(height))
|
||||||
while height < target_height:
|
while height < target_height:
|
||||||
self.log.info("height")
|
self.log.info("height")
|
||||||
new_requests = 0
|
new_requests = 0
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user