mirror of
https://github.com/janderedev/automod.git
synced 2024-11-07 18:58:38 +00:00
hm
This commit is contained in:
parent
a2b5d3465c
commit
3b64fbb587
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue