Skip to content

Commit a1f93f8

Browse files
committed
changed default values
1 parent bf7e356 commit a1f93f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Umbraco.Core/Configuration/Models/ContentVersionCleanupPolicySettings.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ namespace Umbraco.Cms.Core.Configuration.Models
88
public class ContentVersionCleanupPolicySettings
99
{
1010
private const bool StaticEnableCleanup = false;
11-
private const int StaticKeepAllVersionsNewerThanDays = 2;
12-
private const int StaticKeepLatestVersionPerDayForDays = 30;
11+
private const int StaticKeepAllVersionsNewerThanDays = 7;
12+
private const int StaticKeepLatestVersionPerDayForDays = 90;
1313

1414
/// <summary>
1515
/// Gets or sets a value indicating whether or not the cleanup job should be executed.

0 commit comments

Comments
 (0)