increase pingTimeout and bufferSize (#16)
This commit is contained in:
parent
cdcaebafe3
commit
1cdacb9d80
1 changed files with 2 additions and 2 deletions
|
@ -39,8 +39,8 @@ const io = socketIO(server, {
|
|||
res.writeHead(200, headers);
|
||||
res.end();
|
||||
},
|
||||
maxHttpBufferSize: 10e6,
|
||||
pingTimeout: 10000
|
||||
maxHttpBufferSize: 20e6,
|
||||
pingTimeout: 60000
|
||||
});
|
||||
|
||||
// listens on host:9090/metrics
|
||||
|
|
Loading…
Reference in a new issue