Skip to content

Commit bd437b9

Browse files
committed
increase max listeners
1 parent e076531 commit bd437b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/network.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ module.exports = class NetworkWrapper {
3636
wildcard: true,
3737
delimiter: ':',
3838
newListener: false,
39-
maxListeners: 20
39+
maxListeners: 100
4040
})
4141
// https://github.com/EventEmitter2/EventEmitter2/issues/214
4242
const self = this

0 commit comments

Comments
 (0)