fix: socketio gateway config

This commit is contained in:
abdou6666
2025-05-01 15:36:01 +01:00
parent 7c25e2f72c
commit d913c23fbc

View File

@@ -48,8 +48,8 @@ export const config: Config = {
return;
},
serveClient: false,
pingTimeout: 60000,
pingInterval: 25000,
pingTimeout: 3000,
pingInterval: 10_000,
maxHttpBufferSize: 10e7,
allowUpgrades: true,
cookie: false,