From 145f81b4b8457ea75705fea44c2c96b4e600dc47 Mon Sep 17 00:00:00 2001 From: fqwert Date: Sun, 29 Sep 2024 14:36:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=9C=AA=E8=AE=B0=E5=BD=95in?= =?UTF-8?q?dex=20bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: fqwert Change-Id: I4b6a23fff16f6b269b1da0e03be102e3447b441e --- services/src/task/upload.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/src/task/upload.rs b/services/src/task/upload.rs index 5b511211..fa98ee6e 100644 --- a/services/src/task/upload.rs +++ b/services/src/task/upload.rs @@ -240,7 +240,7 @@ impl RequestTask { } else { progress.processed[index] = 0; } - + progress.common_data.index = index; progress.common_data.total_processed = progress.processed.iter().take(index).sum(); }