|
@@ -46,7 +46,7 @@ public class KuaishouHourlyReportLoadJob implements Job {
|
|
log.info("定时获取头条数据异常:为获取到可用的token");
|
|
log.info("定时获取头条数据异常:为获取到可用的token");
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
- executorService = Executors.newFixedThreadPool(2);
|
|
|
|
|
|
+ executorService = Executors.newFixedThreadPool(10);
|
|
countDownLatch = new CountDownLatch(tokens.size());
|
|
countDownLatch = new CountDownLatch(tokens.size());
|
|
Date finalGetDate = getDate;
|
|
Date finalGetDate = getDate;
|
|
tokens.forEach(token -> {
|
|
tokens.forEach(token -> {
|