mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-12 15:17:23 +01:00
refactor file server
This commit is contained in:
parent
c674e4eccd
commit
6eac05e91b
12 changed files with 439 additions and 179 deletions
|
|
@ -5,6 +5,7 @@ namespace MareSynchronosStaticFilesServer;
|
|||
|
||||
public class StaticFilesServerConfiguration : MareConfigurationBase
|
||||
{
|
||||
public bool IsDistributionNode { get; set; } = false;
|
||||
public Uri? MainFileServerAddress { get; set; } = null;
|
||||
public int ForcedDeletionOfFilesAfterHours { get; set; } = -1;
|
||||
public double CacheSizeHardLimitInGiB { get; set; } = -1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue