Commit e5f79a2aed8c1d821364ffd964ac97ff96007aaf

Authored by 潘钊
1 parent 72acc679

update...

src/main/java/com/bsth/StartCommand.java
@@ -43,7 +43,7 @@ public class StartCommand implements CommandLineRunner{ @@ -43,7 +43,7 @@ public class StartCommand implements CommandLineRunner{
43 //OldWSClient.getCurrentDayPlan(); 43 //OldWSClient.getCurrentDayPlan();
44 44
45 //定时从调度系统刷新进出场数据 45 //定时从调度系统刷新进出场数据
46 - sexec.scheduleWithFixedDelay(schInOutDataRefreshThread, 40, 20, TimeUnit.SECONDS); 46 + sexec.scheduleWithFixedDelay(schInOutDataRefreshThread, 40, 15, TimeUnit.SECONDS);
47 } catch (Exception e) { 47 } catch (Exception e) {
48 e.printStackTrace(); 48 e.printStackTrace();
49 } 49 }