third-commit

This commit is contained in:
gxl 2021-05-22 22:12:12 +08:00
parent 11ed8683a5
commit ecebd5c1ae
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ public class ThreadPoolConfig
// 队列最大长度
private int queueCapacity = 1000;
// 线程池维护线程所允许的空闲时间-1
// 线程池维护线程所允许的空闲时间-2
private int keepAliveSeconds = 300;
@Bean(name = "threadPoolTaskExecutor")