Commit 9df1a33f by 张宗强

update config

parent 1d7d7742
...@@ -58,7 +58,7 @@ hystrix: ...@@ -58,7 +58,7 @@ hystrix:
enabled: false enabled: false
isolation: #命令的执行超时时间 超时将执行回退 isolation: #命令的执行超时时间 超时将执行回退
thread: thread:
timeoutInMilliseconds: 60000 timeoutInMilliseconds: 1800000
#监控短点配置 #监控短点配置
management: management:
security: security:
......
...@@ -84,21 +84,6 @@ zuul: ...@@ -84,21 +84,6 @@ zuul:
quota: 100 quota: 100
refresh-interval: 3 refresh-interval: 3
hystrix:
command:
default:
execution:
timeout: #配置命令的执行,是否会超时
enabled: true
isolation: #命令的执行超时时间 超时将执行回退
thread:
timeoutInMilliseconds: 1800000
ribbon:
ReadTimeout: 1800000 #读取超时时间
ConnectTimeout: 1800000
security: security:
validate: validate:
code: true code: true
......
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