mirror of
https://github.com/EmulatorJS/EmulatorJS.git
synced 2026-02-06 11:17:36 +00:00
Update index.html
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
e85c0daaba
commit
b6e190d28a
@ -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";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user