Commit 979d479c by 张宗强

update

parent 9df1a33f
...@@ -26,9 +26,9 @@ ribbon: ...@@ -26,9 +26,9 @@ ribbon:
enabled: false enabled: false
OkHttp: OkHttp:
enabled: true enabled: true
ReadTimeout: 60000 ReadTimeout: 180000
ConnectTimeout: 60000 ConnectTimeout: 180000
SocketTimeout: 60000 SocketTimeout: 180000
feign: feign:
hystrix: hystrix:
...@@ -40,16 +40,9 @@ feign: ...@@ -40,16 +40,9 @@ feign:
client: client:
config: config:
feignName: feignName:
connectTimeout: 30000 connectTimeout: 180000
readTimeout: 30000 readTimeout: 180000
#hystrix:
# command:
# default:
# execution:
# isolation:
# thread:
# timeoutInMilliseconds: 60000
hystrix: hystrix:
command: command:
default: default:
......
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