diff --git a/static/js/app.js b/static/js/app.js index 85b2bf1..89b6bf2 100644 --- a/static/js/app.js +++ b/static/js/app.js @@ -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 };