We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d51127c commit 8445506Copy full SHA for 8445506
public/worker.js
@@ -2,7 +2,7 @@ let host = 'wss://api.tons-chat.ru/ws';
2
let socket;
3
let socketId;
4
let isConnected = false;
5
-const socketIntervalConnection = 1000;
+const socketIntervalConnection = 10000;
6
7
const connect = () => {
8
if (socket) socket?.close();
0 commit comments