From dfc0f8b3b70092f82576f02ef8577b57e0869449 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=98=E5=BA=86=E5=90=89?= <51312040@qq.com> Date: Fri, 14 Jan 2022 15:45:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=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 --- uboot-common/src/main/resources/application.properties | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/uboot-common/src/main/resources/application.properties b/uboot-common/src/main/resources/application.properties index 7095742..9b89955 100644 --- a/uboot-common/src/main/resources/application.properties +++ b/uboot-common/src/main/resources/application.properties @@ -1 +1,6 @@ -spring.main.allow-bean-definition-overriding=true \ No newline at end of file +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- \ No newline at end of file