fix/background-rotation-interval #3

Merged
luddie merged 2 commits from fix/background-rotation-interval into first 2026-02-27 21:58:07 +13:00
Showing only changes of commit abf1036864 - Show all commits

View File

@@ -3,7 +3,7 @@ const INTERVALS = {
TIME: 1000, // 1 second
WEATHER: 900000, // 15 minutes
CALENDAR: 300000, // 5 minutes
BACKGROUND: 60000, // 1 minute
BACKGROUND: 3600000, // 60 minutes
JOKE: 3600000 // 1 hour
};