Commit ef4834a616c5c860558f459e2c737533b5dab6bb
1 parent
070dd28f
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,6 +42,6 @@ public class GpsRealDataBuffer implements CommandLineRunner { | ||
| 42 | 42 | ||
| 43 | @Override | 43 | @Override |
| 44 | public void run(String... strings) throws Exception { | 44 | public void run(String... strings) throws Exception { |
| 45 | - Application.mainServices.scheduleWithFixedDelay(gpsRefreshThread, 10, 6, TimeUnit.SECONDS); | 45 | + Application.mainServices.scheduleWithFixedDelay(gpsRefreshThread, 10, 9, TimeUnit.SECONDS); |
| 46 | } | 46 | } |
| 47 | } | 47 | } |