Commit dfd87b1bac4deec1994d0b93c3f9788603e39e60
1 parent
aac8cf5f
update...
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/java/com/bsth/server_rs/gps/buffer/GpsRealDataBuffer.java
| ... | ... | @@ -42,6 +42,6 @@ public class GpsRealDataBuffer implements CommandLineRunner { |
| 42 | 42 | |
| 43 | 43 | @Override |
| 44 | 44 | public void run(String... strings) throws Exception { |
| 45 | - Application.mainServices.scheduleWithFixedDelay(gpsRefreshThread, 10, 30, TimeUnit.SECONDS); | |
| 45 | + Application.mainServices.scheduleWithFixedDelay(gpsRefreshThread, 10, 6, TimeUnit.SECONDS); | |
| 46 | 46 | } |
| 47 | 47 | } | ... | ... |