Merge pull request #968 from Hexastack/fix/socket-io-widget-issues

Fix: socket io widget issues
This commit is contained in:
Med Marrouchi
2025-05-01 17:51:20 +01:00
committed by GitHub
7 changed files with 55 additions and 46 deletions

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,