dubbo 增加线程池配置

This commit is contained in:
GYJ 2025-02-11 15:09:47 +08:00
parent c49248c47a
commit 7ebd4d918c
2 changed files with 4 additions and 0 deletions

View File

@ -30,4 +30,6 @@ dubbo:
namespace: 237e1905-0a66-4375-9bb6-a51c3c034aca
protocol:
port: 9101
threads: 20
threadpool: fixed

View File

@ -36,3 +36,5 @@ dubbo:
namespace: 237e1905-0a66-4375-9bb6-a51c3c034aca
protocol:
port: 9401
threads: 20
threadpool: fixed