From 2814592b660848ffb4ecd530368c45a5d258ef65 Mon Sep 17 00:00:00 2001 From: fuqingji <51312040@qq.com> Date: Mon, 28 Mar 2022 08:51:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=BA=BF=E7=A8=8B=E6=B1=A0?= =?UTF-8?q?=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/configuration/async-pool.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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