|
@@ -51,6 +51,6 @@ public class MinitorApplication {
|
|
// 计时器
|
|
// 计时器
|
|
Timer timer = new Timer();
|
|
Timer timer = new Timer();
|
|
// 添加执行任务(延迟 0s 执行,每 60s 执行一次)
|
|
// 添加执行任务(延迟 0s 执行,每 60s 执行一次)
|
|
- timer.schedule(timerTask, 0, 5000);
|
|
|
|
|
|
+ timer.schedule(timerTask, 0, 60000);
|
|
}
|
|
}
|
|
}
|
|
}
|