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: increase maxlisteners on event target #1050

Merged
merged 1 commit into from
Dec 6, 2021

Commits on Dec 6, 2021

  1. fix: increase maxlisteners on event target

    Sometimes you encounter peers with lots of addresses. When this happens
    you can attach more than 10x event listeners to the abort signal we
    use to abort all the dials - this causes node to print a warning
    which is misleading.
    
    This PR increases the default number of listeners on the signal.
    
    Fixes #900
    achingbrain committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    34d4a51 View commit details
    Browse the repository at this point in the history