Skip to content

Commit

Permalink
changed default values
Browse files Browse the repository at this point in the history
  • Loading branch information
bergmania committed Nov 2, 2021
1 parent bf7e356 commit a1f93f8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ namespace Umbraco.Cms.Core.Configuration.Models
public class ContentVersionCleanupPolicySettings
{
private const bool StaticEnableCleanup = false;
private const int StaticKeepAllVersionsNewerThanDays = 2;
private const int StaticKeepLatestVersionPerDayForDays = 30;
private const int StaticKeepAllVersionsNewerThanDays = 7;
private const int StaticKeepLatestVersionPerDayForDays = 90;

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

0 comments on commit a1f93f8

Please sign in to comment.