Increase max listeners in Events - experimental: may change this in the near future

This commit is contained in:
Bryan Ashby 2018-06-21 18:37:48 -06:00
parent 64f65df7fc
commit 6325f92fa5
1 changed files with 1 additions and 0 deletions

View File

@ -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() {