From f983c27b11f214c57461de6be7a53cb2f72a03cd Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Sun, 19 Aug 2018 14:00:25 -0400 Subject: [PATCH] Highly increase startup seperation interval --- src/Tgstation.Server.Host/Components/Watchdog/Watchdog.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Tgstation.Server.Host/Components/Watchdog/Watchdog.cs b/src/Tgstation.Server.Host/Components/Watchdog/Watchdog.cs index 59e2e9f8df..3b918f2cc8 100644 --- a/src/Tgstation.Server.Host/Components/Watchdog/Watchdog.cs +++ b/src/Tgstation.Server.Host/Components/Watchdog/Watchdog.cs @@ -22,7 +22,7 @@ namespace Tgstation.Server.Host.Components.Watchdog /// /// The time in seconds to wait from starting to start . Does not take responsiveness into account /// - const int AlphaBravoStartupSeperationInterval = 3; + const int AlphaBravoStartupSeperationInterval = 10; /// public bool Running { get; private set; }