deason 5 năm trước cách đây
mục cha
commit
765f4360a3

+ 1 - 1
examcloud-core-basic-starter/src/main/java/cn/com/qmth/examcloud/core/basic/starter/config/ScheduleConfig.java

@@ -22,7 +22,7 @@ public class ScheduleConfig implements Serializable {
      * 定时刷新登录规则(每N分钟执行)
      */
     @PostConstruct
-    @Scheduled(cron = "0 30/30 * * * ?")
+    @Scheduled(cron = "0 1/1 * * * ?")
     public void execute() {
         loginRuleService.refreshLoginRule();
     }