feat(utilities): WS changed maxHttpBufferSize

This commit is contained in:
Taha Yassine Kraiem 2022-02-22 17:43:55 +01:00
parent 137ff80085
commit 3466ba9750

View file

@ -161,7 +161,7 @@ module.exports = {
wsRouter,
start: (server) => {
io = _io(server, {
maxHttpBufferSize: 1e6,
maxHttpBufferSize: 5e6,
cors: {
origin: "*",
methods: ["GET", "POST", "PUT"]