|
@@ -34,8 +34,8 @@ public class BytedanceAdvertiseLoadJob {
|
|
|
@Autowired
|
|
|
private IOauthTokenService tokenService;
|
|
|
|
|
|
- private static ExecutorService dailyExecutorService = Executors.newFixedThreadPool(3);
|
|
|
- private static ExecutorService hourExecutorService = Executors.newFixedThreadPool(3);
|
|
|
+ private static ExecutorService dailyExecutorService = Executors.newFixedThreadPool(5);
|
|
|
+ private static ExecutorService hourExecutorService = Executors.newFixedThreadPool(5);
|
|
|
private static ExecutorService txExecutorService = Executors.newFixedThreadPool(10);
|
|
|
@Autowired
|
|
|
private IByteDanceAdvertiserDataService advertiserDataService;
|