Commit 71fdaf2840fe68917c8324d73060ead8125995ee
1 parent
91315582
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, 40, TimeUnit.SECONDS); | |
| 42 | + sexec.scheduleWithFixedDelay(schInOutDataRefreshThread, 40, 60, TimeUnit.SECONDS); | |
| 43 | 43 | //定时从调度系统刷新车辆正在的执行班次 |
| 44 | 44 | sexec.scheduleWithFixedDelay(execSchDataRefreshThread, 20, 60 * 3, TimeUnit.SECONDS); |
| 45 | 45 | //定时刷新实时gps缓存 | ... | ... |