From 644af9e7b2e550b85edb7c083ce327cffe8190aa Mon Sep 17 00:00:00 2001 From: LittleSheep Date: Thu, 22 Aug 2024 01:30:14 +0800 Subject: [PATCH] :bug: Fix concurrent upload multipart cause incomplete --- .idea/workspace.xml | 13 +++++++------ pkg/internal/services/merger.go | 4 ++-- pkg/internal/services/recycler.go | 2 +- pkg/internal/services/uploader.go | 9 +++++++-- 4 files changed, 17 insertions(+), 11 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 6c129a3..5f29717 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,9 +4,10 @@