compensate avg.speed for single-chunk uploads

This commit is contained in:
ed 2023-01-18 19:53:19 +00:00
parent f2f9640371
commit 504e168486

View file

@ -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": "",