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

feat(libp2p): add autodial retry threshold config option #1943

Merged
merged 7 commits into from
Aug 16, 2023

Commits on Aug 8, 2023

  1. feat: add reconnect threshold for peers that we have failed to dial

    When auto-dialing peers, if we have failed to dial them recently there's
    little point in redialing them.
    
    Adds a `autoDialPeerRetryThreshold` which is a value in ms.
    
    If we have attempted to dial a peer and that dial attempt failed but
    we are under our min connection count, do not auto dial the peer within
    the retry threshold.
    
    Defaults to 10 minutes.
    achingbrain committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    3626644 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. Configuration menu
    Copy the full SHA
    9b59ccc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dea67af View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bcc23a3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    295544a View commit details
    Browse the repository at this point in the history
  5. chore: pr comments

    achingbrain committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    8285e9e View commit details
    Browse the repository at this point in the history
  6. chore: update comment

    achingbrain committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    e65724f View commit details
    Browse the repository at this point in the history