spam log removal; mobile share fixes

This commit is contained in:
tim
2025-04-26 17:51:20 -04:00
parent 916c23e092
commit a1bbb17b5d
19 changed files with 77 additions and 46 deletions

View File

@@ -1,7 +1,7 @@
import {io} from "socket.io-client";
const socketOptions = {
transports: ["websocket"],
transport: ['polling', 'websocket'],
pingInterval: 25000, // PING every 25 seconds
pingTimeout: 60000 // Timeout if no PONG in 60 seconds
}