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

fix!: do not auto-dial peers #1397

Merged
merged 3 commits into from
Oct 6, 2022
Merged

Commits on Sep 28, 2022

  1. fix!: do not auto-dial peers

    Currently whenever a new peer is discovered we automatically dial
    them if we are below the connection manager connection limit.
    
    This is incredibly resource-intensive and does not result in high-quality
    connections (e.g. KAD close, relays or supporting protocols we are
    interested in).
    
    Now that we can search the DHT for peers, this is no longer necessary
    so remove the functionality.
    achingbrain committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    a365562 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8713d7a View commit details
    Browse the repository at this point in the history
  3. chore: fix examples

    achingbrain committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    d91964f View commit details
    Browse the repository at this point in the history