mirror of
https://github.com/chuot/rdio-scanner.git
synced 2026-08-13 16:33:01 -06:00
Change max listeners from default 10 to infinity
This commit is contained in:
parent
db7b464b99
commit
5dda48b840
|
|
@ -6,6 +6,7 @@ class PubSub extends PubSubEngine {
|
||||||
super();
|
super();
|
||||||
|
|
||||||
this.eventEmitter = new EventEmitter();
|
this.eventEmitter = new EventEmitter();
|
||||||
|
this.eventEmitter.setMaxListeners(0);
|
||||||
|
|
||||||
this.subscriptions = {};
|
this.subscriptions = {};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue