新增线程池参数
This commit is contained in:
@ -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-
|
Reference in New Issue
Block a user