添加联查信息方法
parent
ddb338240d
commit
b8c7ef8a28
|
@ -190,7 +190,7 @@ public class TaskServiceImpl extends ServiceImpl<TaskMapper, TaskInfo> implement
|
||||||
PriorityBlockingQueue<SegmentTask> queue = new PriorityBlockingQueue<>(totalSegments);
|
PriorityBlockingQueue<SegmentTask> queue = new PriorityBlockingQueue<>(totalSegments);
|
||||||
|
|
||||||
// 创建线程池
|
// 创建线程池
|
||||||
ExecutorService executor = Executors.newFixedThreadPool(10);
|
ExecutorService executor = Executors.newFixedThreadPool(1);
|
||||||
|
|
||||||
|
|
||||||
for (int i = 0; i < totalSegments; i++) {
|
for (int i = 0; i < totalSegments; i++) {
|
||||||
|
|
Loading…
Reference in New Issue