寻找报错
parent
6fcbb39531
commit
0116c52990
|
@ -324,9 +324,6 @@ public class TaskInfoServiceImpl extends ServiceImpl<TaskInfoMapper, TaskInfo> i
|
|||
String key = dataValue.getKey();
|
||||
String newKey = map.get(key);
|
||||
dataValue.setKey(newKey);
|
||||
if (pageNum==160000){
|
||||
log.info(dataValue);
|
||||
}
|
||||
}
|
||||
}
|
||||
log.info("{}查询结束",sqlSelect);
|
||||
|
|
|
@ -62,7 +62,7 @@ public class OptimizedPrioritizedThreadPool {
|
|||
emergencySemaphore.release();
|
||||
if (remainingTasks.decrementAndGet() == 0) {
|
||||
try {
|
||||
Thread.sleep(10000);
|
||||
Thread.sleep(800000);
|
||||
} catch (InterruptedException e) {
|
||||
throw new RuntimeException(e);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue