diff --git a/src/content-proxy/Properties/AppSettings.cs b/src/content-proxy/Properties/AppSettings.cs index e09f255..2193289 100644 --- a/src/content-proxy/Properties/AppSettings.cs +++ b/src/content-proxy/Properties/AppSettings.cs @@ -6,7 +6,7 @@ public class AppSettings { public string CacheDir { get; set; } = "cache/"; - public TimeSpan CacheTtl { get; set; } = TimeSpan.FromMinutes(60); + public TimeSpan CacheMinTtl { get; set; } = TimeSpan.FromMinutes(60); public long? ChunkSize { get; set; } = null;