You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 8, 2025. It is now read-only.
When a new peer is selected to sync headers, it may start from far
behind, if there is a large backlog of bodies being downloaded
during fast sync. We were re-requesting the same headers from them
in an infinite loop (only resolved when we disconnect from the peer
and try again, after taming the backlog).
0 commit comments