Skip to content

Commit

Permalink
Reduce preload
Browse files Browse the repository at this point in the history
  • Loading branch information
expitau committed Feb 25, 2024
1 parent 0775b42 commit a484605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
}
Expand Down

0 comments on commit a484605

Please sign in to comment.