|
@@ -24,7 +24,7 @@ public class KuaishouAppListJob implements Job {
|
|
|
@Autowired
|
|
|
private CtopOauthTokenMapper oauthTokenMapper;
|
|
|
|
|
|
- static ExecutorService executorService = Executors.newFixedThreadPool(3);
|
|
|
+ static ExecutorService executorService = Executors.newFixedThreadPool(2);
|
|
|
|
|
|
@Override
|
|
|
public void execute(JobExecutionContext jobExecutionContext) throws JobExecutionException {
|