sc 1 month ago
parent
commit
c0e21f9752
  1. 2
      Models/AppModels.cs

2
Models/AppModels.cs

@ -48,7 +48,7 @@ namespace SunlightAggregationTerminal.Models
} }
//启动通知轮询延迟120s启动周期600s //启动通知轮询延迟120s启动周期600s
timer = new Timer(TimerNotification, null, TimeSpan.FromSeconds(120), TimeSpan.FromSeconds(10)); timer = new Timer(TimerNotification, null, TimeSpan.FromSeconds(120), TimeSpan.FromSeconds(120));
} }
//轮询通知的定时任务 //轮询通知的定时任务

Loading…
Cancel
Save