Update index.html

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Michael Green 2026-01-18 00:20:01 +11:00 committed by GitHub
parent e85c0daaba
commit b6e190d28a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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";