Merge pull request #13106 from RealGreenDragon/patch-1

Enable RemoveOldPlugins by default (10.10.z backport)
This commit is contained in:
Joshua M. Boniface 2024-11-28 15:58:49 -05:00 committed by GitHub
commit 746280af0b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -246,7 +246,7 @@ public class ServerConfiguration : BaseApplicationConfiguration
/// <summary>
/// Gets or sets a value indicating whether older plugins should automatically be deleted from the plugin folder.
/// </summary>
public bool RemoveOldPlugins { get; set; }
public bool RemoveOldPlugins { get; set; } = true;
/// <summary>
/// Gets or sets a value indicating whether clients should be allowed to upload logs.