소스 검색

增加线程数

yumeng 4 년 전
부모
커밋
4c28e5e257
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      module-job-bytedance/src/main/java/cn/com/ctop/job/bytedance/handler/BytedanceTodayPlaneLoadJob.java

+ 1 - 1
module-job-bytedance/src/main/java/cn/com/ctop/job/bytedance/handler/BytedanceTodayPlaneLoadJob.java

@@ -26,7 +26,7 @@ import java.util.concurrent.Executors;
 public class BytedanceTodayPlaneLoadJob {
     @Autowired
     private ICtopOauthTokenService tokenService;
-    static ExecutorService executorService = Executors.newFixedThreadPool(5);
+    static ExecutorService executorService = Executors.newFixedThreadPool(15);
     @Autowired
     private IByteDanceAdvertiserDataService advertiserDataService;
     @Autowired