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