We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e076531 commit bd437b9Copy full SHA for bd437b9
src/network.js
@@ -36,7 +36,7 @@ module.exports = class NetworkWrapper {
36
wildcard: true,
37
delimiter: ':',
38
newListener: false,
39
- maxListeners: 20
+ maxListeners: 100
40
})
41
// https://github.com/EventEmitter2/EventEmitter2/issues/214
42
const self = this
0 commit comments