Increase polling period to 20 seconds

This commit is contained in:
Maks Snegov 2024-04-14 21:56:24 -07:00
parent e7d22d78a3
commit 2cc9c2e0cd

View File

@ -42,4 +42,4 @@ function checkDate() {
} }
// Set an interval to check the date every 10 seconds // Set an interval to check the date every 10 seconds
setInterval(checkDate, 15000); setInterval(checkDate, 20000);