Commit d825161f by 张宗强

update

parent 641db3dd
......@@ -28,9 +28,9 @@ ribbon:
enabled: false
OkHttp:
enabled: true
ReadTimeout: 180000
ConnectTimeout: 180000
SocketTimeout: 180000
ReadTimeout: 1800000
ConnectTimeout: 1800000
SocketTimeout: 1800000
feign:
hystrix:
......@@ -42,8 +42,8 @@ feign:
client:
config:
feignName:
connectTimeout: 180000
readTimeout: 180000
connectTimeout: 1800000
readTimeout: 1800000
hystrix:
command:
......
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