Update index.html

szybsze spadające gwiazdy
This commit is contained in:
Paweł Orzech 2025-06-28 02:57:49 +02:00
parent 45eb20ad04
commit aae23ea918

View file

@ -496,7 +496,7 @@
} else { } else {
stopShootingStars(); // Stop if conditions are no longer met stopShootingStars(); // Stop if conditions are no longer met
} }
}, 30000); // Every 30 seconds }, 9000); // Every 9 seconds
} }
}; };