add comments for upload

This commit is contained in:
tickstep 2024-09-21 15:49:22 +08:00
parent 68c89ec317
commit 790056a488

View File

@ -184,7 +184,7 @@ func (utu *UploadTaskUnit) upload() (result *taskframework.TaskUnitRunResult) {
} }
if utu.ShowProgress { if utu.ShowProgress {
// 如果下载速度为0, 剩余下载时间未知, 则用 - 代替 // 如果上传速度为0, 剩余时间未知, 则用 - 代替
var leftStr string var leftStr string
left := status.TimeLeft() left := status.TimeLeft()
if left < 0 { if left < 0 {