Commit f36b2a3d9cb4841b5020405b6b6d222678bcd2d8
1 parent
afdf9930
update...
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/java/com/bsth/data/safe_driv/SafeDrivCenter.java
| @@ -69,7 +69,7 @@ public class SafeDrivCenter implements CommandLineRunner,ApplicationContextAware | @@ -69,7 +69,7 @@ public class SafeDrivCenter implements CommandLineRunner,ApplicationContextAware | ||
| 69 | @Override | 69 | @Override |
| 70 | public void run(String... strings) throws Exception { | 70 | public void run(String... strings) throws Exception { |
| 71 | //定时加载安全驾驶数据 | 71 | //定时加载安全驾驶数据 |
| 72 | - Application.mainServices.scheduleWithFixedDelay(safeDrivDataLoadThread, 60, 50, TimeUnit.SECONDS); | 72 | + Application.mainServices.scheduleWithFixedDelay(safeDrivDataLoadThread, 60, 7, TimeUnit.SECONDS); |
| 73 | } | 73 | } |
| 74 | 74 | ||
| 75 | @Override | 75 | @Override |