feat(utilities): WS changed maxHttpBufferSize
This commit is contained in:
parent
137ff80085
commit
3466ba9750
1 changed files with 1 additions and 1 deletions
|
|
@ -161,7 +161,7 @@ module.exports = {
|
|||
wsRouter,
|
||||
start: (server) => {
|
||||
io = _io(server, {
|
||||
maxHttpBufferSize: 1e6,
|
||||
maxHttpBufferSize: 5e6,
|
||||
cors: {
|
||||
origin: "*",
|
||||
methods: ["GET", "POST", "PUT"]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue