Commit cee12c6e6b1afb84fd6d4abc81235211e721377f
1 parent
d0ac9ec7
update...
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/java/com/bsth/StartCommand.java
| ... | ... | @@ -39,7 +39,7 @@ public class StartCommand implements CommandLineRunner{ |
| 39 | 39 | //定时将人车卡数据入库 |
| 40 | 40 | sexec.scheduleWithFixedDelay(rfidCardInfoPersistenceThread, 120, 60 * 10, TimeUnit.SECONDS); |
| 41 | 41 | //定时从调度系统刷新进出场数据 |
| 42 | - sexec.scheduleWithFixedDelay(schInOutDataRefreshThread, 40, 20, TimeUnit.SECONDS); | |
| 42 | + sexec.scheduleWithFixedDelay(schInOutDataRefreshThread, 40, 40, TimeUnit.SECONDS); | |
| 43 | 43 | //定时从调度系统刷新车辆正在的执行班次 |
| 44 | 44 | sexec.scheduleWithFixedDelay(execSchDataRefreshThread, 20, 60 * 3, TimeUnit.SECONDS); |
| 45 | 45 | //定时刷新实时gps缓存 | ... | ... |