Smarter to swap these two

This commit is contained in:
Jordan Brown
2020-05-04 12:16:38 -04:00
parent fd69d3c3b0
commit ddf6ab0b09
@@ -593,8 +593,8 @@ namespace Tgstation.Server.Host.Components
/// <inheritdoc />
public async Task StopAsync(CancellationToken cancellationToken)
{
await Watchdog.StopAsync(cancellationToken).ConfigureAwait(false);
await SetAutoUpdateInterval(0).ConfigureAwait(false);
await Watchdog.StopAsync(cancellationToken).ConfigureAwait(false);
await Task.WhenAll(
Configuration.StopAsync(cancellationToken),
ByondManager.StopAsync(cancellationToken),