hm
This commit is contained in:
parent
a2b5d3465c
commit
3b64fbb587
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||||
|
|
Loading…
Reference in a new issue