|
@@ -35,7 +35,7 @@ public class BytedanceAdvertiseLoadJob {
|
|
|
|
|
|
private static ExecutorService dailyExecutorService = Executors.newFixedThreadPool(3);
|
|
|
private static ExecutorService hourExecutorService = Executors.newFixedThreadPool(3);
|
|
|
- private static ExecutorService txExecutorService = Executors.newFixedThreadPool(2);
|
|
|
+ private static ExecutorService txExecutorService = Executors.newFixedThreadPool(10);
|
|
|
@Autowired
|
|
|
private IByteDanceAdvertiserDataService advertiserDataService;
|
|
|
|