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

@ -82,7 +82,6 @@ func (d *Open123) Upload(ctx context.Context, file model.FileStreamer, createRes
retry.Attempts(3),
retry.Delay(time.Second),
retry.DelayType(retry.BackOffDelay))
threadG.SetLimit(3)
for partIndex := int64(0); partIndex < uploadNums; partIndex++ {
if utils.IsCanceled(uploadCtx) {