aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rw-r--r--build/hypixelCached.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/hypixelCached.js b/build/hypixelCached.js
index 23c186d..a922b92 100644
--- a/build/hypixelCached.js
+++ b/build/hypixelCached.js
@@ -39,6 +39,7 @@ exports.usernameCache = new node_cache_1.default({
checkperiod: 60,
useClones: false,
});
+exports.usernameCache.setMaxListeners(20);
exports.basicProfilesCache = new node_cache_1.default({
stdTTL: 60 * 10,
checkperiod: 60,