新增线程池参数

This commit is contained in:
付庆吉
2022-01-14 15:45:46 +08:00
parent ebd1a3cf4f
commit dfc0f8b3b7

View File

@ -1 +1,6 @@
spring.main.allow-bean-definition-overriding=true spring.main.allow-bean-definition-overriding=true
async.thead.pool.coreSize=8
async.thead.pool.maxSize=20
async.thead.pool.queueCapacity=9999
async.thead.pool.keepAlive=300
async.thead.pool.threadNamePrefix=ebtp-