|
|
@ -54,7 +54,7 @@ public class RadarController { |
|
|
|
dcWarning.setEndDate(FifteenMinutesAgo); |
|
|
|
List<DcWarning> radarList = dcWarningService.radarList(dcWarning); |
|
|
|
// 创建一个固定大小的线程池
|
|
|
|
ExecutorService executor = Executors.newFixedThreadPool(5); // 线程池大小
|
|
|
|
ExecutorService executor = Executors.newFixedThreadPool(3); // 线程池大小
|
|
|
|
|
|
|
|
try { |
|
|
|
radarList.forEach(radar -> { |
|
|
|