second-commit

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

View File

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