This commit is contained in:
janderedev 2022-04-09 17:25:27 +02:00
parent a2b5d3465c
commit 3b64fbb587
Signed by: Lea
GPG key ID: 5D5E18ACB990F57A

View file

@ -16,8 +16,8 @@ logger.info('Initializing client');
let db = MongoDB(); let db = MongoDB();
let client = new AutomodClient({ let client = new AutomodClient({
pongTimeout: 10, // pongTimeout: 10,
onPongTimeout: 'RECONNECT', // onPongTimeout: 'RECONNECT',
fixReplyCrash: true, fixReplyCrash: true,
messageTimeoutFix: true messageTimeoutFix: true
}, db); }, db);