From 2cc9c2e0cd3aa488448cc2f83ed413c2bae7b486 Mon Sep 17 00:00:00 2001 From: Maks Snegov Date: Sun, 14 Apr 2024 21:56:24 -0700 Subject: [PATCH] Increase polling period to 20 seconds --- content.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content.js b/content.js index 433e643..bbd44cc 100644 --- a/content.js +++ b/content.js @@ -42,4 +42,4 @@ function checkDate() { } // Set an interval to check the date every 10 seconds -setInterval(checkDate, 15000); +setInterval(checkDate, 20000);