mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 17:12:13 -06:00
compensate avg.speed for single-chunk uploads
This commit is contained in:
parent
f2f9640371
commit
504e168486
|
@ -895,9 +895,9 @@ function up2k_init(subtle) {
|
||||||
"finished": 0
|
"finished": 0
|
||||||
},
|
},
|
||||||
"time": {
|
"time": {
|
||||||
"hashing": 0,
|
"hashing": 0.01,
|
||||||
"uploading": 0,
|
"uploading": 0.01,
|
||||||
"busy": 0
|
"busy": 0.01
|
||||||
},
|
},
|
||||||
"eta": {
|
"eta": {
|
||||||
"h": "",
|
"h": "",
|
||||||
|
|
Loading…
Reference in a new issue