From d3764e1d337d8e8611ee654f0f06d6d6a8349b5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E8=82=A5=E7=BE=8A?= <1048382248@qq.com> Date: Tue, 12 Aug 2025 10:37:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20=E5=90=AF=E7=94=A8?= =?UTF-8?q?=E6=AD=A3=E5=BC=8F=E7=8E=AF=E5=A2=83=E7=9A=84=E4=BB=BB=E5=8A=A1?= =?UTF-8?q?=E6=B8=85=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- VideoAnalysis/Expand/CoravelExpand.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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); }); } }