dubbo 增加线程池配置
This commit is contained in:
parent
c49248c47a
commit
7ebd4d918c
|
|
@ -30,4 +30,6 @@ dubbo:
|
|||
namespace: 237e1905-0a66-4375-9bb6-a51c3c034aca
|
||||
protocol:
|
||||
port: 9101
|
||||
threads: 20
|
||||
threadpool: fixed
|
||||
|
||||
|
|
|
|||
|
|
@ -36,3 +36,5 @@ dubbo:
|
|||
namespace: 237e1905-0a66-4375-9bb6-a51c3c034aca
|
||||
protocol:
|
||||
port: 9401
|
||||
threads: 20
|
||||
threadpool: fixed
|
||||
|
|
|
|||
Loading…
Reference in New Issue