From aae23ea918f5872100caa090601ab3d8b0516557 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Orzech?= Date: Sat, 28 Jun 2025 02:57:49 +0200 Subject: [PATCH] Update index.html MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit szybsze spadajÄ…ce gwiazdy --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 6637fa4..266a470 100644 --- a/index.html +++ b/index.html @@ -496,7 +496,7 @@ } else { stopShootingStars(); // Stop if conditions are no longer met } - }, 30000); // Every 30 seconds + }, 9000); // Every 9 seconds } };