mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-30 16:39:21 +01:00
Temporarily hide the existence of the WindowsWatchdog for the 4.0.2.0 release
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"ByondTopicTimeout": 5000,
|
||||
"RestartTimeout": 10000,
|
||||
"UseExperimentalWatchdog": false,
|
||||
"UseBasicWatchdogOnWindows": false
|
||||
"UseBasicWatchdogOnWindows": true
|
||||
},
|
||||
"FileLogging": {
|
||||
"Directory": null,
|
||||
|
||||
Reference in New Issue
Block a user