添加联查信息方法

master
陈思豪 2024-09-06 19:38:44 +08:00
parent ddb338240d
commit b8c7ef8a28
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@ public class TaskServiceImpl extends ServiceImpl<TaskMapper, TaskInfo> implement
PriorityBlockingQueue<SegmentTask> queue = new PriorityBlockingQueue<>(totalSegments);
// 创建线程池
ExecutorService executor = Executors.newFixedThreadPool(10);
ExecutorService executor = Executors.newFixedThreadPool(1);
for (int i = 0; i < totalSegments; i++) {