cold storage retention should be days

limit is double though jksdfjklsdfkl
This commit is contained in:
Stanley Dimant
2024-05-03 19:01:06 +02:00
committed by Loporrit
parent 09662b477e
commit f97aa46f74
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ public class StaticFilesServerConfiguration : MareConfigurationBase
public bool UseColdStorage { get; set; } = false;
public string? ColdStorageDirectory { get; set; } = null;
public double ColdStorageSizeHardLimitInGiB { get; set; } = -1;
public double ColdStorageUnusedFileRetentionPeriodInDays { get; set; } = 30;
public int ColdStorageUnusedFileRetentionPeriodInDays { get; set; } = 30;
[RemoteConfiguration]
public Uri CdnFullUrl { get; set; } = null;
[RemoteConfiguration]