Temporarily hide the existence of the WindowsWatchdog for the 4.0.2.0 release

This commit is contained in:
Jordan Brown
2020-03-28 12:07:28 -04:00
parent fb4dfa532d
commit f39834bdaa
2 changed files with 3 additions and 3 deletions
@@ -532,8 +532,8 @@ namespace Tgstation.Server.Host.Core
newGeneralConfiguration.GitHubAccessToken = null;
newGeneralConfiguration.UseExperimentalWatchdog = await PromptYesNo("Use the experimental watchdog (NOT RECOMMENDED)? (y/n): ", cancellationToken).ConfigureAwait(false);
if (!newGeneralConfiguration.UseExperimentalWatchdog && platformIdentifier.IsWindows)
newGeneralConfiguration.UseBasicWatchdogOnWindows = !await PromptYesNo("Use the TGS3 style Windows watchdog (RECOMMENDED)? (y/n): ", cancellationToken).ConfigureAwait(false);
newGeneralConfiguration.UseBasicWatchdogOnWindows = true;
return newGeneralConfiguration;
}
+1 -1
View File
@@ -6,7 +6,7 @@
"ByondTopicTimeout": 5000,
"RestartTimeout": 10000,
"UseExperimentalWatchdog": false,
"UseBasicWatchdogOnWindows": false
"UseBasicWatchdogOnWindows": true
},
"FileLogging": {
"Directory": null,