decrease buffer size
This commit is contained in:
parent
95ad7392e6
commit
991990a3d4
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ const io = socketIO(server, {
|
||||||
res.writeHead(200, headers);
|
res.writeHead(200, headers);
|
||||||
res.end();
|
res.end();
|
||||||
},
|
},
|
||||||
maxHttpBufferSize: 5e6,
|
maxHttpBufferSize: 2e6,
|
||||||
pingTimeout: 10000
|
pingTimeout: 10000
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue