Skip to content

Commit

Permalink
aligned background job timings with v8 version
Browse files Browse the repository at this point in the history
  • Loading branch information
bergmania committed Nov 2, 2021
1 parent 6c628a4 commit 08c2836
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public ContentVersionCleanup(
IContentVersionService service,
IMainDom mainDom,
IServerRoleAccessor serverRoleAccessor)
: base(TimeSpan.FromDays(1), TimeSpan.FromMinutes(1))
: base(TimeSpan.FromHours(1), TimeSpan.FromMinutes(3))
{
_runtimeState = runtimeState;
_logger = logger;
Expand Down

0 comments on commit 08c2836

Please sign in to comment.