Increase ambient drift frequency

This commit is contained in:
chris 2025-12-10 15:55:36 -05:00
parent 99c940af60
commit f90662814a

View File

@ -407,7 +407,7 @@ function stopAmbientDrift() {
}
function scheduleAmbientDrift() {
const delay = 26000 + Math.random() * 18000; // 2644s
const delay = 18000 + Math.random() * 14000; // ~1832s
fireflyTimer = setTimeout(() => {
if (!animationsEnabled) { stopAmbientDrift(); return; }
if (isDarkMode) {