mirror of
https://github.com/9001/copyparty.git
synced 2026-03-17 13:44:43 +10:00
stop counting eta when we don't hold the flag
This commit is contained in:
@@ -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 = [];
|
||||
|
||||
Reference in New Issue
Block a user