Commit 28711e45807d019816b8bb85deacd6d38bfa4514
1 parent
a6bee16b
update...
Showing
1 changed file
with
1 additions
and
2 deletions
src/main/java/com/bsth/data/gpsdata/arrival/GpsRealAnalyse.java
| ... | ... | @@ -42,8 +42,7 @@ public class GpsRealAnalyse { |
| 42 | 42 | @Autowired |
| 43 | 43 | GpsRealData gpsRealData; |
| 44 | 44 | |
| 45 | - //50个线程 | |
| 46 | - static ExecutorService threadPool = Executors.newFixedThreadPool(50); | |
| 45 | + static ExecutorService threadPool = Executors.newFixedThreadPool(100); | |
| 47 | 46 | |
| 48 | 47 | public void analyse(List<GpsEntity> list) { |
| 49 | 48 | //如果正在恢复数据 | ... | ... |