1
0
Fork 0

Rename property

This commit is contained in:
Jöran Malek 2024-07-24 20:07:32 +02:00
parent 98e57263f5
commit 76a04ce86b

View file

@ -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;