Increased ChannelStore max listeners to match other stores (#4277)

Этот коммит содержится в:
Harrison Healey
2016-10-20 14:39:19 -04:00
коммит произвёл Corey Hulen
родитель 0c663216cc
Коммит 319ae6b38c

Просмотреть файл

@@ -19,7 +19,7 @@ class ChannelStoreClass extends EventEmitter {
constructor(props) {
super(props);
this.setMaxListeners(15);
this.setMaxListeners(600);
this.currentId = null;
this.postMode = this.POST_MODE_CHANNEL;