Increase max listeners in Events - experimental: may change this in the near future
This commit is contained in:
@@ -14,6 +14,7 @@ const glob = require('glob');
|
||||
module.exports = new class Events extends events.EventEmitter {
|
||||
constructor() {
|
||||
super();
|
||||
this.setMaxListeners(32); // :TODO: play with this...
|
||||
}
|
||||
|
||||
getSystemEvents() {
|
||||
|
||||
Reference in New Issue
Block a user