Skip to content

Commit 8445506

Browse files
committed
feat: change sw
1 parent d51127c commit 8445506

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/worker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ let host = 'wss://api.tons-chat.ru/ws';
22
let socket;
33
let socketId;
44
let isConnected = false;
5-
const socketIntervalConnection = 1000;
5+
const socketIntervalConnection = 10000;
66

77
const connect = () => {
88
if (socket) socket?.close();

0 commit comments

Comments
 (0)