mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-28 23:52:36 +01:00
Backwards compatibility
This commit is contained in:
@@ -10,10 +10,15 @@
|
||||
/// </summary>
|
||||
public const string Section = "Session";
|
||||
|
||||
/// <summary>
|
||||
/// The default value for <see cref="HighPriorityLiveDreamDaemon"/>.
|
||||
/// </summary>
|
||||
private const bool DefaultHighPriorityLiveDreamDaemon = true;
|
||||
|
||||
/// <summary>
|
||||
/// If the public DreamDaemon instances are set to be above normal priority processes.
|
||||
/// </summary>
|
||||
public bool HighPriorityLiveDreamDaemon { get; set; }
|
||||
public bool HighPriorityLiveDreamDaemon { get; set; } = DefaultHighPriorityLiveDreamDaemon;
|
||||
|
||||
/// <summary>
|
||||
/// If the deployment DreamMaker and DreamDaemon instances are set to be below normal priority processes.
|
||||
|
||||
Reference in New Issue
Block a user