We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf7e356 commit a1f93f8Copy full SHA for a1f93f8
src/Umbraco.Core/Configuration/Models/ContentVersionCleanupPolicySettings.cs
@@ -8,8 +8,8 @@ namespace Umbraco.Cms.Core.Configuration.Models
8
public class ContentVersionCleanupPolicySettings
9
{
10
private const bool StaticEnableCleanup = false;
11
- private const int StaticKeepAllVersionsNewerThanDays = 2;
12
- private const int StaticKeepLatestVersionPerDayForDays = 30;
+ private const int StaticKeepAllVersionsNewerThanDays = 7;
+ private const int StaticKeepLatestVersionPerDayForDays = 90;
13
14
/// <summary>
15
/// Gets or sets a value indicating whether or not the cleanup job should be executed.
0 commit comments