|
@@ -20,7 +20,7 @@ import java.util.concurrent.Executors;
|
|
|
public class KuaiShouBatchUpdateServiceImpl implements IKuaiShouBatchUpdateService {
|
|
|
@Autowired
|
|
|
private IKuaiShouGroupService groupService;
|
|
|
- static ExecutorService executorService = Executors.newFixedThreadPool(40);
|
|
|
+ static ExecutorService executorService = Executors.newFixedThreadPool(20);
|
|
|
@Autowired
|
|
|
private IBatchService batchService;
|
|
|
@Autowired
|