@@ -21,7 +21,7 @@ public class ThreadPoolConfig {
public ThreadPoolExecutor threadPoolTaskExecutor() {
return new ThreadPoolExecutor(
10,
- 20,
+ 60,
60,
TimeUnit.SECONDS,
new ArrayBlockingQueue<>(30),