fix: 调整进度条的步幅

This commit is contained in:
2025-08-17 14:23:35 +08:00
parent caa26c729e
commit 8e69c96891
5 changed files with 5 additions and 5 deletions

View File

@@ -183,7 +183,7 @@ public class JtagController : ControllerBase
logger.Info($"User {username} processing bitstream file of size: {fileBytes.Length} bytes");
// 定义进度跟踪
var taskId = _tracker.CreateTask(1000);
var taskId = _tracker.CreateTask(10000);
_tracker.AdvanceProgress(taskId, 10);
_ = Task.Run(async () =>