increase max buffer size
This commit is contained in:
parent
6b61ff4cd7
commit
f60385072d
1 changed files with 2 additions and 1 deletions
|
@ -37,7 +37,8 @@ const io = socketIO(server, {
|
|||
res.writeHead(200, headers);
|
||||
res.end();
|
||||
},
|
||||
perMessageDeflate: true
|
||||
perMessageDeflate: true,
|
||||
maxHttpBufferSize: 1e8
|
||||
});
|
||||
|
||||
// listens on host:9090/metrics
|
||||
|
|
Loading…
Reference in a new issue