diff --git a/copyparty/web/browser.js b/copyparty/web/browser.js index a42f6b9e..e6dffda4 100644 --- a/copyparty/web/browser.js +++ b/copyparty/web/browser.js @@ -5187,8 +5187,8 @@ var treectl = (function () { function rendertree(res, ts, top0, dst, rst) { var cur = ebi('treeul').getAttribute('ts'); - if (cur && parseInt(cur) > ts && QS('#treeul>li>a+a')) { - console.log("reject tree"); + if (cur && parseInt(cur) > ts + 20 && QS('#treeul>li>a+a')) { + console.log("reject tree; " + cur + " / " + (ts - cur)); return; } ebi('treeul').setAttribute('ts', ts);