From 7ebd4d918cf6a08ad0ffd891a673e1debdbbf195 Mon Sep 17 00:00:00 2001 From: GYJ <1157756119@qq.com> Date: Tue, 11 Feb 2025 15:09:47 +0800 Subject: [PATCH] =?UTF-8?q?dubbo=20=E5=A2=9E=E5=8A=A0=E7=BA=BF=E7=A8=8B?= =?UTF-8?q?=E6=B1=A0=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cash-api/account-server/src/main/resources/application-dev.yml | 2 ++ cash-api/system-server/src/main/resources/application-dev.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/cash-api/account-server/src/main/resources/application-dev.yml b/cash-api/account-server/src/main/resources/application-dev.yml index 9f6e91df..3652e636 100644 --- a/cash-api/account-server/src/main/resources/application-dev.yml +++ b/cash-api/account-server/src/main/resources/application-dev.yml @@ -30,4 +30,6 @@ dubbo: namespace: 237e1905-0a66-4375-9bb6-a51c3c034aca protocol: port: 9101 + threads: 20 + threadpool: fixed diff --git a/cash-api/system-server/src/main/resources/application-dev.yml b/cash-api/system-server/src/main/resources/application-dev.yml index 62fab9fc..a3b3f53d 100644 --- a/cash-api/system-server/src/main/resources/application-dev.yml +++ b/cash-api/system-server/src/main/resources/application-dev.yml @@ -36,3 +36,5 @@ dubbo: namespace: 237e1905-0a66-4375-9bb6-a51c3c034aca protocol: port: 9401 + threads: 20 + threadpool: fixed