src/main/java/com/lf/server/config/ScheduleConfig.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/main/java/com/lf/server/config/ScheduleConfig.java
@@ -43,7 +43,7 @@ } } @Scheduled(fixedRate = 30 * 1000) @Scheduled(fixedRate = 20 * 1000) public void checkSystemStatus() { try { JSONObject jsonObject = new JSONObject(); @@ -59,7 +59,7 @@ } } @Scheduled(fixedRate = 60 * 1000) @Scheduled(fixedRate = 40 * 1000) public void countSystemStatus() { // noinspection AlibabaRemoveCommentedCode try {