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