fix(upload): revert #79 (#248)

This commit is contained in:
KirCute
2025-06-21 00:16:19 +08:00
committed by GitHub
parent fc8b99c862
commit 5d44806064
5 changed files with 0 additions and 5 deletions

View File

@ -504,7 +504,6 @@ func (y *Cloud189PC) StreamUpload(ctx context.Context, dstDir model.Obj, file mo
retry.Attempts(3),
retry.Delay(time.Second),
retry.DelayType(retry.BackOffDelay))
threadG.SetLimit(3)
count := int(size / sliceSize)
lastPartSize := size % sliceSize