set to 200 per Iuri's request

This commit is contained in:
Jonathan Rainville 2018-05-16 15:27:38 -04:00
parent 0611fee841
commit e651884473
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ function log(eventType, eventName) {
//console.log(eventType, eventName);
}
EventEmitter.prototype._maxListeners = 50;
EventEmitter.prototype._maxListeners = 200;
const _on = EventEmitter.prototype.on;
const _setHandler = EventEmitter.prototype.setHandler;