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 } };