@@ -206,8 +206,8 @@ public class VideoGenerateJob {
// 线程池
private final ExecutorService pool = new ThreadPoolExecutor(
- 1,
+ 4,
0L, TimeUnit.SECONDS,
new LinkedBlockingQueue<>(10000),
new ThreadFactoryBuilder().setNameFormat("imageToVideo-%d").build(),