mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-30 00:22:40 +01:00
Fixed ProgressTask stalling
This commit is contained in:
@@ -752,6 +752,8 @@ namespace Tgstation.Server.Host.Components.Deployment
|
||||
}
|
||||
while (DateTimeOffset.UtcNow < nextInterval);
|
||||
}
|
||||
else
|
||||
await Task.Delay(minimumSleepInterval, cancellationToken);
|
||||
|
||||
progressReporter.StageName = currentStage;
|
||||
lastReport = estimatedDuration.HasValue ? sleepInterval * (iteration + 1) / estimatedDuration.Value : null;
|
||||
|
||||
Reference in New Issue
Block a user