Increase max listeners in Events - experimental: may change this in the near future
This commit is contained in:
parent
64f65df7fc
commit
6325f92fa5
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue