diff --git a/src/Tgstation.Server.Host/Configuration/SessionConfiguration.cs b/src/Tgstation.Server.Host/Configuration/SessionConfiguration.cs index a65090f773..86641b8944 100644 --- a/src/Tgstation.Server.Host/Configuration/SessionConfiguration.cs +++ b/src/Tgstation.Server.Host/Configuration/SessionConfiguration.cs @@ -10,10 +10,15 @@ /// public const string Section = "Session"; + /// + /// The default value for . + /// + private const bool DefaultHighPriorityLiveDreamDaemon = true; + /// /// If the public DreamDaemon instances are set to be above normal priority processes. /// - public bool HighPriorityLiveDreamDaemon { get; set; } + public bool HighPriorityLiveDreamDaemon { get; set; } = DefaultHighPriorityLiveDreamDaemon; /// /// If the deployment DreamMaker and DreamDaemon instances are set to be below normal priority processes.