diff --git a/uboot-common/src/main/resources/configuration/async-pool.properties b/uboot-common/src/main/resources/configuration/async-pool.properties index 52b507d..ea79633 100644 --- a/uboot-common/src/main/resources/configuration/async-pool.properties +++ b/uboot-common/src/main/resources/configuration/async-pool.properties @@ -1,7 +1,7 @@ #spring.task.execution.pool Ï̳߳ØÅäÖà -async.thead.pool.coreSize=50 -async.thead.pool.maxSize=200 +async.thead.pool.coreSize=100 +async.thead.pool.maxSize=500 async.thead.pool.queueCapaciry=600 -async.thead.pool.keepALive=60 +async.thead.pool.keepALive=300 async.thead.pool.threadNamePrefix=ebtp-thread \ No newline at end of file