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