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

@@ -677,7 +677,7 @@ public sealed class UDPClientPool
if (!udpWriteAck.Value.IsSuccessful)
return false;
_progressTracker.AdvanceProgress(progressId, 5);
_progressTracker.AdvanceProgress(progressId, 1);
}
return true;