Commit 400caff8 by 张宗强

update

parent 67c22593
...@@ -29,19 +29,18 @@ hystrix: ...@@ -29,19 +29,18 @@ hystrix:
default: default:
execution: execution:
timeout: #配置命令的执行,是否会超时 timeout: #配置命令的执行,是否会超时
enabled: false enabled: true
isolation: #命令的执行超时时间 超时将执行回退 isolation: #命令的执行超时时间 超时将执行回退
thread: thread:
timeoutInMilliseconds: 1800000 timeoutInMilliseconds: 1800000
ribbon: ribbon:
Httpclient:
enabled: true
OkHttp:
enabled: true
ReadTimeout: 180000 ReadTimeout: 180000
ConnectTimeout: 180000 ConnectTimeout: 180000
SocketTimeout: 180000 SocketTimeout: 180000
MaxAutoRetries: 0
MaxAutoRetriesNextServer: 1
eureka:
enabled: false
zuul: zuul:
servlet-path: /zuul servlet-path: /zuul
ignoredServices: '*' ignoredServices: '*'
......
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