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);