Compare commits

..

No commits in common. "71174e84777de0967f4fefc3b975e9a5664d1356" and "99c940af6030c6d647a4c7996730907fb0423682" have entirely different histories.

View File

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