mirror of
https://github.com/hexastack/hexabot
synced 2025-06-26 18:27:28 +00:00
fix: socketio gateway config
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user