Commit e5f79a2aed8c1d821364ffd964ac97ff96007aaf
1 parent
72acc679
update...
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/java/com/bsth/StartCommand.java
| ... | ... | @@ -43,7 +43,7 @@ public class StartCommand implements CommandLineRunner{ |
| 43 | 43 | //OldWSClient.getCurrentDayPlan(); |
| 44 | 44 | |
| 45 | 45 | //定时从调度系统刷新进出场数据 |
| 46 | - sexec.scheduleWithFixedDelay(schInOutDataRefreshThread, 40, 20, TimeUnit.SECONDS); | |
| 46 | + sexec.scheduleWithFixedDelay(schInOutDataRefreshThread, 40, 15, TimeUnit.SECONDS); | |
| 47 | 47 | } catch (Exception e) { |
| 48 | 48 | e.printStackTrace(); |
| 49 | 49 | } | ... | ... |