style fixes

This commit is contained in:
manuel.sowada
2026-05-12 15:58:46 +02:00
parent 0a28a3e493
commit 63931bc4d5
10 changed files with 37 additions and 149 deletions

View File

@@ -57,8 +57,8 @@ const server = https.createServer(httpsOptions, app);
const io = new Server(server, {
pingInterval: 1000, // alle 25s Ping senden
pingTimeout: 200, // 20s ohne Pong => disconnect
// pingInterval: 1000, // alle 25s Ping senden
// pingTimeout: 200, // 20s ohne Pong => disconnect
maxHttpBufferSize: 1e8, // 100 MB
});