Merge remote-tracking branch 'origin/netcore/netcore' into feature/8651-config-options-patten

Signed-off-by: Bjarke Berg <mail@bergmania.dk>
This commit is contained in:
Bjarke Berg
2020-09-04 14:30:48 +02:00
82 changed files with 1449 additions and 906 deletions

View File

@@ -18,7 +18,7 @@ using Umbraco.Web.Routing;
namespace Umbraco.Web.Scheduling
{
internal sealed class SchedulerComponent : IComponent
public sealed class SchedulerComponent : IComponent
{
private const int DefaultDelayMilliseconds = 180000; // 3 mins
private const int OneMinuteMilliseconds = 60000;