From 538450d7323074cd1d6f4f4a38a83aa49e90c1dd Mon Sep 17 00:00:00 2001 From: offyotto <245704867+offyotto@users.noreply.github.com> Date: Tue, 11 Aug 2026 10:10:31 -0400 Subject: [PATCH] Update MAX_AGE for local storage Increased the MAX_AGE for local storage from 6 hours to 10 minutes. --- docs/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/script.js b/docs/script.js index 1639a2a..2a6a044 100644 --- a/docs/script.js +++ b/docs/script.js @@ -194,7 +194,7 @@ var ENDPOINT = "https://api.github.com/repos/offyotto/Core-Monitor"; var KEY = "core-monitor:stars"; - var MAX_AGE = 6 * 60 * 60 * 1000; + var MAX_AGE = 10 * 60 * 1000; var recall = function () { try {