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