Rename property
This commit is contained in:
parent
98e57263f5
commit
76a04ce86b
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue