mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 22:17:22 +01:00
add cache size hard cap based on last access time, remove more unnecessary things
This commit is contained in:
parent
90ec056a11
commit
7141c11059
6 changed files with 26 additions and 49 deletions
|
|
@ -55,6 +55,7 @@ namespace MareSynchronos
|
|||
public string CacheFolder { get; set; } = string.Empty;
|
||||
public Dictionary<string, string> ClientSecret { get; set; } = new();
|
||||
public Dictionary<string, string> CustomServerList { get; set; } = new();
|
||||
public int MaxLocalCacheInGiB { get; set; } = 20;
|
||||
|
||||
public bool InitialScanComplete { get; set; } = false;
|
||||
public int MaxParallelScan
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue