|
@@ -38,7 +38,7 @@ public class KuaishouProjectVideoGetJob {
|
|
@Autowired
|
|
@Autowired
|
|
private ICtopOauthTokenService tokenService;
|
|
private ICtopOauthTokenService tokenService;
|
|
|
|
|
|
- static ExecutorService executorService = Executors.newFixedThreadPool(5);
|
|
|
|
|
|
+ static ExecutorService executorService = Executors.newFixedThreadPool(10);
|
|
|
|
|
|
@XxlJob("kuaishouProjectVideoGetJob")
|
|
@XxlJob("kuaishouProjectVideoGetJob")
|
|
public void execute() throws Exception {
|
|
public void execute() throws Exception {
|