Enable RemoveOldPlugins by default

Backport of PR #13102 to 10.10.z branch.
This commit is contained in:
RealGreenDragon 2024-11-25 08:40:20 +01:00 committed by GitHub
parent b3e563385c
commit b0105179eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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