From a484605275b896ac641b74bf8844d80ac912e109 Mon Sep 17 00:00:00 2001 From: Nathan <expitau@gmail.com> Date: Sun, 25 Feb 2024 03:36:12 +0000 Subject: [PATCH] Reduce preload --- web/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/index.html b/web/index.html index 7e2dc938..c9d48734 100644 --- a/web/index.html +++ b/web/index.html @@ -484,7 +484,7 @@ <h3>Used in</h3> }); // Preload initial chunks - for (let i = 0; i < 50; i++){ + for (let i = 0; i < 10; i++){ this.loadChunk(i) } }