From afdbe785d4bdae068f36ff06d2500dfa229e7cc6 Mon Sep 17 00:00:00 2001 From: Joram Wilander Date: Mon, 6 Jun 2016 16:33:29 -0400 Subject: Up the max preference store listeners (#3273) --- webapp/stores/preference_store.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webapp/stores/preference_store.jsx') diff --git a/webapp/stores/preference_store.jsx b/webapp/stores/preference_store.jsx index 13e0a94f6..1e024e60b 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) { -- cgit v1.2.3-1-g7c22