diff --git a/webapp/stores/preference_store.jsx b/webapp/stores/preference_store.jsx index 13e0a94f67..1e024e60b1 100644 --- a/webapp/stores/preference_store.jsx +++ b/webapp/stores/preference_store.jsx @@ -17,7 +17,7 @@ class PreferenceStoreClass extends EventEmitter { this.preferences = new Map(); - this.setMaxListeners(15); + this.setMaxListeners(20); } getKey(category, name) {