From b6e190d28a2d5df3d8bc59537bb467ac3499f77c Mon Sep 17 00:00:00 2001 From: Michael Green <84688932+michael-j-green@users.noreply.github.com> Date: Sun, 18 Jan 2026 00:20:01 +1100 Subject: [PATCH] Update index.html Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 65927ce..430a970 100644 --- a/index.html +++ b/index.html @@ -408,8 +408,8 @@ } window.EJS_cacheConfig = { enabled: true, - cacheMaxSizeMB: 4096, - cacheMaxAgeMins: 7200 + cacheMaxSizeMB: 4096, // 4096 MB = 4 GB + cacheMaxAgeMins: 7200 // 7200 minutes = 5 days }; script.src = "data/loader.js";