Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information