aligned background job timings with v8 version

This commit is contained in:
Bjarke Berg
2021-11-02 10:17:36 +01:00
parent 6c628a46ba
commit 08c283656e

View File

@@ -32,7 +32,7 @@ namespace Umbraco.Cms.Infrastructure.HostedServices
IContentVersionService service,
IMainDom mainDom,
IServerRoleAccessor serverRoleAccessor)
: base(TimeSpan.FromDays(1), TimeSpan.FromMinutes(1))
: base(TimeSpan.FromHours(1), TimeSpan.FromMinutes(3))
{
_runtimeState = runtimeState;
_logger = logger;