Remove KeepAliveJob (#15891)

This commit is contained in:
Mole
2024-03-15 12:48:31 +01:00
committed by GitHub
parent c2fe847ba5
commit b619399edb
8 changed files with 0 additions and 221 deletions

View File

@@ -39,8 +39,6 @@ internal class UmbracoCmsSchema
public IndexCreatorSettings Examine { get; set; } = null!;
public IndexingSettings Indexing { get; set; } = null!;
public KeepAliveSettings KeepAlive { get; set; } = null!;
public LoggingSettings Logging { get; set; } = null!;
public NuCacheSettings NuCache { get; set; } = null!;