Increase polling period to 20 seconds
This commit is contained in:
parent
e7d22d78a3
commit
2cc9c2e0cd
@ -42,4 +42,4 @@ function checkDate() {
|
||||
}
|
||||
|
||||
// Set an interval to check the date every 10 seconds
|
||||
setInterval(checkDate, 15000);
|
||||
setInterval(checkDate, 20000);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user