|
@@ -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
|