From 068c375fb642a6cf9464ec1f9ba86dc0c6b15b3f Mon Sep 17 00:00:00 2001 From: KubaPro010 Date: Sat, 9 May 2026 23:08:43 +0200 Subject: [PATCH] oh shit --- modules/web/web.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/web/web.js b/modules/web/web.js index 9b32e34..5a83ea6 100644 --- a/modules/web/web.js +++ b/modules/web/web.js @@ -86,10 +86,10 @@ function connectWs() { function syncTime() { wsSend({ action: "get_time", client_time: performance.now() / 1000 }); - setInterval(syncTime, 10000); } - setInterval(syncTime, 500); + setInterval(syncTime, 10000); + setTimeout(syncTime, 500); } function wsSend(obj) {