Showing
1 changed file
with
1 additions
and
2 deletions
@@ -19,10 +19,9 @@ public class ZookeeperMonitorTask { | @@ -19,10 +19,9 @@ public class ZookeeperMonitorTask { | ||
19 | IZkMonitorHandleService zkMonitorService; | 19 | IZkMonitorHandleService zkMonitorService; |
20 | 20 | ||
21 | //@Scheduled(fixedRate=20000) | 21 | //@Scheduled(fixedRate=20000) |
22 | - @Scheduled(cron="0 0/15 * * * ? ") | 22 | + @Scheduled(cron="0 0/2 * * * ? ") |
23 | public void zookeeperMonitor() { | 23 | public void zookeeperMonitor() { |
24 | zkMonitorService.zookeeperMonitor(); | 24 | zkMonitorService.zookeeperMonitor(); |
25 | } | 25 | } |
26 | 26 | ||
27 | - | ||
28 | } | 27 | } |
-
Please register or login to post a comment