spam log removal; mobile share fixes
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user