整体调整了功能
This commit is contained in:
@@ -20,13 +20,13 @@ namespace FATrace.OEMApp.Services
|
||||
/// <summary>
|
||||
/// 数据库保存的信息天数
|
||||
/// </summary>
|
||||
private int DbRetentionDays = 180;
|
||||
private int DbRetentionDays = 365;
|
||||
public event Action<string>? Info;
|
||||
|
||||
public void Start()
|
||||
{
|
||||
FileRetentionDays=ConfigHelper.GetIntOrDefault("VideoFileSaveDay", 365);
|
||||
DbRetentionDays = ConfigHelper.GetIntOrDefault("DbSaveDay", 180);
|
||||
DbRetentionDays = ConfigHelper.GetIntOrDefault("DbSaveDay", 365);
|
||||
if (_cts != null) return;
|
||||
|
||||
try
|
||||
|
||||
Reference in New Issue
Block a user