diff --git a/VideoAnalysis/Expand/CoravelExpand.cs b/VideoAnalysis/Expand/CoravelExpand.cs index 4debc9d..13eb8e8 100644 --- a/VideoAnalysis/Expand/CoravelExpand.cs +++ b/VideoAnalysis/Expand/CoravelExpand.cs @@ -25,8 +25,9 @@ namespace Learn.VideoAnalysis.Expand { provider.ApplicationServices.UseScheduler(scheduler => { - //任务缓存清理 - // scheduler.Schedule().HourlyAt(10); + //任务缓存清理 + //scheduler.Schedule().HourlyAt(10); + scheduler.Schedule().DailyAt(1,0); }); } }