namespace Shared.Models.AppConf { public class FileCacheConf { /// /// 1 GB /// public long freeDiskSpace { get; set; } = 1073741824; public int html { get; set; } public int torrent { get; set; } public int hls { get; set; } } }