mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 09:02:15 -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
|
||||
},
|
||||
"time": {
|
||||
"hashing": 0,
|
||||
"uploading": 0,
|
||||
"busy": 0
|
||||
"hashing": 0.01,
|
||||
"uploading": 0.01,
|
||||
"busy": 0.01
|
||||
},
|
||||
"eta": {
|
||||
"h": "",
|
||||
|
|
Loading…
Reference in a new issue