Skip to content

Commit

Permalink
Recover monitor interval value
Browse files Browse the repository at this point in the history
  • Loading branch information
lampo1024 committed Apr 10, 2019
1 parent 9175f33 commit e1bc933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TopshelfDemoService/HealthMonitorService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ internal class HealthMonitorService
/// <summary>
/// 检测周期(秒)
/// </summary>
private int _monitorInterval = 3;
private int _monitorInterval = 10;
/// <summary>
/// 要守护的应用程序列表
/// </summary>
Expand Down

0 comments on commit e1bc933

Please # to comment.