mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-13 19:14:16 +01:00
add speedtest stuff or so
This commit is contained in:
parent
0efd94d781
commit
2f4aa1b396
5 changed files with 84 additions and 4 deletions
|
|
@ -20,6 +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 int SpeedTestHoursRateLimit { get; set; } = 6;
|
||||
public int ColdStorageUnusedFileRetentionPeriodInDays { get; set; } = 30;
|
||||
[RemoteConfiguration]
|
||||
public Uri CdnFullUrl { get; set; } = null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue