mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-30 16:39:21 +01:00
Highly increase startup seperation interval
This commit is contained in:
@@ -22,7 +22,7 @@ namespace Tgstation.Server.Host.Components.Watchdog
|
||||
/// <summary>
|
||||
/// The time in seconds to wait from starting <see cref="alphaServer"/> to start <see cref="bravoServer"/>. Does not take responsiveness into account
|
||||
/// </summary>
|
||||
const int AlphaBravoStartupSeperationInterval = 3;
|
||||
const int AlphaBravoStartupSeperationInterval = 10;
|
||||
|
||||
/// <inheritdoc />
|
||||
public bool Running { get; private set; }
|
||||
|
||||
Reference in New Issue
Block a user