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