Backwards compatibility

This commit is contained in:
Jordan Brown
2021-10-27 13:25:08 -04:00
parent 29f505ee29
commit d0706d7a13
@@ -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.