Make default/autocall shuttle time 10 minutes (#13956)

This commit is contained in:
Chief-Engineer
2023-02-06 06:49:15 -06:00
committed by GitHub
parent acb97ecefc
commit d99be0cd8f

View File

@@ -40,7 +40,7 @@ namespace Content.Server.RoundEnd
/// <summary>
/// Countdown to use where there is no station alert countdown to be found.
/// </summary>
public TimeSpan DefaultCountdownDuration { get; set; } = TimeSpan.FromMinutes(4);
public TimeSpan DefaultCountdownDuration { get; set; } = TimeSpan.FromMinutes(10);
public TimeSpan DefaultRestartRoundDuration { get; set; } = TimeSpan.FromMinutes(2);
private CancellationTokenSource? _countdownTokenSource = null;