Commit 979d479c by 张宗强

update

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