feat(utilities): augmented socketio message size
This commit is contained in:
parent
be0bb9ec03
commit
653f87b570
1 changed files with 1 additions and 0 deletions
|
|
@ -46,6 +46,7 @@ module.exports = {
|
|||
wsRouter,
|
||||
start: (server) => {
|
||||
const io = _io(server, {
|
||||
maxHttpBufferSize: 7e6,
|
||||
cors: {
|
||||
origin: "*",
|
||||
methods: ["GET", "POST", "PUT"]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue