From 3b64fbb5878f6042be7b565ed3f63572f8be169b Mon Sep 17 00:00:00 2001 From: janderedev Date: Sat, 9 Apr 2022 17:25:27 +0200 Subject: [PATCH] hm --- bot/src/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bot/src/index.ts b/bot/src/index.ts index 6b3a2b9..48b2518 100644 --- a/bot/src/index.ts +++ b/bot/src/index.ts @@ -16,8 +16,8 @@ logger.info('Initializing client'); let db = MongoDB(); let client = new AutomodClient({ - pongTimeout: 10, - onPongTimeout: 'RECONNECT', +// pongTimeout: 10, +// onPongTimeout: 'RECONNECT', fixReplyCrash: true, messageTimeoutFix: true }, db);