From 8b05ba4ba12b35015e522f5d77de133b519b1027 Mon Sep 17 00:00:00 2001 From: ed Date: Thu, 26 Aug 2021 22:51:07 +0200 Subject: [PATCH] stop counting eta when we don't hold the flag --- copyparty/web/up2k.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/copyparty/web/up2k.js b/copyparty/web/up2k.js index 3d36e842..bec6679f 100644 --- a/copyparty/web/up2k.js +++ b/copyparty/web/up2k.js @@ -918,7 +918,7 @@ function up2k_init(subtle) { if (!st.busy.hash.length && !hashing_permitted()) nhash = 0; - if (!parallel_uploads || !(nhash + nsend)) + if (!parallel_uploads || !(nhash + nsend) || (flag && flag.owner && !flag.ours)) return; var t = [];