Explorar o código

增加线程数

yumeng %!s(int64=4) %!d(string=hai) anos
pai
achega
4c28e5e257

+ 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