Commit e5525e30ed890df78c3ed5e4fac49b995e46ce98
1 parent
a1d13fbd
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 | 41 | @Autowired |
| 42 | 42 | GpsRealData gpsRealData; |
| 43 | 43 | |
| 44 | - final static int POOL_SIZE = 20; | |
| 44 | + final static int POOL_SIZE = 15; | |
| 45 | 45 | static ExecutorService threadPool = Executors.newFixedThreadPool(POOL_SIZE + 1); |
| 46 | 46 | |
| 47 | 47 | public static long st; | ... | ... |