mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-12 15:17:23 +01:00
cold storage retention should be days
This commit is contained in:
parent
8284c3c159
commit
24db7aec82
1 changed files with 1 additions and 1 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue