Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add seed nodes after if there are no candidates at extending peer group. #2863

Merged

Commits on Sep 29, 2024

  1. Add seed nodes after if there are no candidates at extending peer group.

    For first start in case all seed nodes are no available, we give up connection to seed nodes after 10 attempts. We try though to extend our peer group but as there are no persisted and reported peers that list is empty. We add now the seednodes in that case to increase changes for recovering. We could increase the retry attempts as well, but it seems that change also improves resilience in case the persisted and reported peers are outdated, so we get fresh nodes from seed nodes.
    HenrikJannsen committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    1dd6553 View commit details
    Browse the repository at this point in the history