From df582d8bf16fc7f34618bf36e1c4ba63792597b7 Mon Sep 17 00:00:00 2001 From: KubaPro010 Date: Sun, 10 May 2026 10:31:40 +0200 Subject: [PATCH] increase time --- modules/web/web.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/web/web.js b/modules/web/web.js index 972d246..bba016f 100644 --- a/modules/web/web.js +++ b/modules/web/web.js @@ -93,7 +93,7 @@ function gotLock() { wsSend({action: "skipc"}); wsSend({action: "skipi"}); pollLockHeld = true; - }, 500 + (Math.random() * 1000)) + }, 500 + (Math.random() * 2500)) } function handleLockState(msg) {