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