mirror of
https://github.com/9001/copyparty.git
synced 2025-11-05 06:13:20 +00:00
preloading too aggressive, chill a bit
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user