Increased ChannelStore max listeners to match other stores (#4277)
Этот коммит содержится в:
коммит произвёл
Corey Hulen
родитель
0c663216cc
Коммит
319ae6b38c
@@ -19,7 +19,7 @@ class ChannelStoreClass extends EventEmitter {
|
|||||||
constructor(props) {
|
constructor(props) {
|
||||||
super(props);
|
super(props);
|
||||||
|
|
||||||
this.setMaxListeners(15);
|
this.setMaxListeners(600);
|
||||||
|
|
||||||
this.currentId = null;
|
this.currentId = null;
|
||||||
this.postMode = this.POST_MODE_CHANNEL;
|
this.postMode = this.POST_MODE_CHANNEL;
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user