Changed remaining background jobs to be either hosted services or real fire and forget + Cleanup + moved classes to the legacy test project, that is only needed there. (#9700)
This commit is contained in:
@@ -123,7 +123,7 @@ namespace Umbraco.Infrastructure.DependencyInjection
|
||||
() =>
|
||||
{
|
||||
var indexRebuilder = factory.GetRequiredService<BackgroundIndexRebuilder>();
|
||||
indexRebuilder.RebuildIndexes(false, 5000);
|
||||
indexRebuilder.RebuildIndexes(false, TimeSpan.FromSeconds(5));
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user