preloading too aggressive, chill a bit

This commit is contained in:
ed 2024-04-09 18:44:23 +00:00
parent e0bcb88ee7
commit f89de6b35d

View file

@ -2534,7 +2534,7 @@ var mpui = (function () {
rem = pos > 1 ? len - pos : 999,
full = null;
if (rem < 7 || (!mpl.fullpre && (rem < 40 || pos > 10))) {
if (rem < 7 || (!mpl.fullpre && (rem < 40 || (rem < 90 && pos > 10)))) {
preloaded = fpreloaded = mp.au.rsrc;
full = false;
}