mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 00:52:16 -06:00
ui: fix final time-elapsed and speed for fsearch
This commit is contained in:
parent
a6a2ee5b6b
commit
8a631f045e
|
@ -1556,8 +1556,10 @@ function up2k_init(subtle) {
|
|||
if (nhash) {
|
||||
st.time.hashing += td;
|
||||
t.push(['u2etah', st.bytes.hashed, st.bytes.hashed, st.time.hashing]);
|
||||
if (uc.fsearch)
|
||||
if (uc.fsearch) {
|
||||
st.time.busy += td;
|
||||
t.push(['u2etat', st.bytes.hashed, st.bytes.hashed, st.time.hashing]);
|
||||
}
|
||||
}
|
||||
|
||||
var b_up = st.bytes.inflight + st.bytes.uploaded,
|
||||
|
|
Loading…
Reference in a new issue