From 7a56929cf6457fc7603efc5f0a6eb64c2044a48c Mon Sep 17 00:00:00 2001 From: AnxietyisReal <96593068+AnxietyisReal@users.noreply.github.com> Date: Sat, 18 Mar 2023 19:21:07 +1100 Subject: [PATCH] Decrease max listeners --- src/client.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client.ts b/src/client.ts index a762a1f..452c991 100644 --- a/src/client.ts +++ b/src/client.ts @@ -87,7 +87,7 @@ export default class TClient extends Client { this.MPServer = new MPServer(this); this.suggestion = new suggestion(this); this.repeatedMessages = {}; - this.setMaxListeners(80); + this.setMaxListeners(20); this.statsGraph = -60; } async init(){