Commit 8cd278d
authored
A0-3422: Fix major sync finalization problems (#1469)
# Description
There was a race making finalization sometimes stop if it fell too far
behind the head of the imported chain, this works around that problem.
It also slows down some requests, to lower the amount of log spamming
during major sync (still spammy tho).
## Type of change
- Bug fix (non-breaking change which fixes an issue)
# Checklist:1 parent 14b840f commit 8cd278d
2 files changed
Lines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
435 | 435 | | |
436 | 436 | | |
437 | 437 | | |
438 | | - | |
| 438 | + | |
439 | 439 | | |
440 | 440 | | |
441 | 441 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
136 | | - | |
137 | | - | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
138 | 140 | | |
139 | 141 | | |
140 | 142 | | |
| |||
0 commit comments