connector
This commit is contained in:
parent
69775610a8
commit
71efeab4c4
@ -630,9 +630,10 @@ class Connector:
|
||||
while height < max_height:
|
||||
if height - self.last_block_height < self.batch_limit * 10:
|
||||
try:
|
||||
# self.log.critical(str((height, processed_height, self.last_block_height)))
|
||||
|
||||
if height < self.last_block_height:
|
||||
height = self.last_block_height
|
||||
self.log.critical(str((height, processed_height, self.last_block_height)))
|
||||
batch = list()
|
||||
h_list = list()
|
||||
while True:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user