|
@@ -25,7 +25,7 @@ public class AiKuaishouCreateCreativeController {
|
|
|
private IAiKuaishouCreateCreativeService createCreativeService;
|
|
|
@Autowired
|
|
|
private IAiKuaishouAdvertiserStrategyService strategyService;
|
|
|
- static ExecutorService executorService = Executors.newFixedThreadPool(3);
|
|
|
+ static ExecutorService executorService = Executors.newFixedThreadPool(5);
|
|
|
static ExecutorService kuaishouCustomCreativeSupplementExecutorService = Executors.newFixedThreadPool(3);
|
|
|
static ExecutorService kuaishouProgramCreativeAutoService = Executors.newFixedThreadPool(3);
|
|
|
static ExecutorService kuaishouProgramTopCreativeAutoService = Executors.newFixedThreadPool(3);
|