increase ping timeout

This commit is contained in:
Mihaela Dumitru 2023-01-31 16:45:48 +02:00
parent 6ce4f8ff2f
commit 3036b7d731

View file

@ -38,7 +38,8 @@ const io = socketIO(server, {
res.end();
},
perMessageDeflate: true,
maxHttpBufferSize: 5e6
maxHttpBufferSize: 5e6,
pingTimeout: 10000
});
// listens on host:9090/metrics