mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 09:02:15 -06:00
preloading too aggressive, chill a bit
This commit is contained in:
parent
e0bcb88ee7
commit
f89de6b35d
|
@ -2534,7 +2534,7 @@ var mpui = (function () {
|
||||||
rem = pos > 1 ? len - pos : 999,
|
rem = pos > 1 ? len - pos : 999,
|
||||||
full = null;
|
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;
|
preloaded = fpreloaded = mp.au.rsrc;
|
||||||
full = false;
|
full = false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue