Fixes race condition in PublishedSnapshotService and more...

This commit is contained in:
Shannon
2019-07-17 22:51:14 +10:00
parent 26d4d056be
commit 3603090421
14 changed files with 101 additions and 63 deletions

View File

@@ -15,7 +15,7 @@ namespace Umbraco.Web.PublishedCache.NuCache
// register the NuCache published snapshot service
// must register default options, required in the service ctor
composition.Register(factory => new PublishedSnapshotService.Options());
composition.Register(factory => new PublishedSnapshotServiceOptions());
composition.SetPublishedSnapshotService<PublishedSnapshotService>();
// add the NuCache health check (hidden from type finder)