increase ping timeout
This commit is contained in:
parent
6ce4f8ff2f
commit
3036b7d731
1 changed files with 2 additions and 1 deletions
|
@ -38,7 +38,8 @@ const io = socketIO(server, {
|
||||||
res.end();
|
res.end();
|
||||||
},
|
},
|
||||||
perMessageDeflate: true,
|
perMessageDeflate: true,
|
||||||
maxHttpBufferSize: 5e6
|
maxHttpBufferSize: 5e6,
|
||||||
|
pingTimeout: 10000
|
||||||
});
|
});
|
||||||
|
|
||||||
// listens on host:9090/metrics
|
// listens on host:9090/metrics
|
||||||
|
|
Loading…
Reference in a new issue