Commit 751b3f41736d9d9393add4210ab63277302b064b
1 parent
0448c108
update...
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/java/com/bsth/data/gpsdata/arrival/GpsRealAnalyse.java
| @@ -41,7 +41,7 @@ public class GpsRealAnalyse { | @@ -41,7 +41,7 @@ public class GpsRealAnalyse { | ||
| 41 | @Autowired | 41 | @Autowired |
| 42 | GpsRealData gpsRealData; | 42 | GpsRealData gpsRealData; |
| 43 | 43 | ||
| 44 | - final static int POOL_SIZE = 30; | 44 | + final static int POOL_SIZE = 25; |
| 45 | static ExecutorService threadPool = Executors.newFixedThreadPool(POOL_SIZE + 1); | 45 | static ExecutorService threadPool = Executors.newFixedThreadPool(POOL_SIZE + 1); |
| 46 | 46 | ||
| 47 | public static long st; | 47 | public static long st; |