Commit 81d971db by songxiang

增加netty的配置

parent 1a671fe7
...@@ -101,4 +101,7 @@ hystrix: ...@@ -101,4 +101,7 @@ hystrix:
timeoutInMilliseconds: 30000 timeoutInMilliseconds: 30000
threadpool: threadpool:
default: default:
coreSize: 300 coreSize: 300
\ No newline at end of file netty:
server:
address: 192.168.1.103:6002
\ No newline at end of file
...@@ -105,4 +105,7 @@ hystrix: ...@@ -105,4 +105,7 @@ hystrix:
timeoutInMilliseconds: 30000 timeoutInMilliseconds: 30000
threadpool: threadpool:
default: default:
coreSize: 300 coreSize: 300
\ No newline at end of file netty:
server:
address: 192.168.1.103:6002
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment