Commit 7cc56ecb by 刘志敏

测试

parent 513415ff
...@@ -42,14 +42,22 @@ feign: ...@@ -42,14 +42,22 @@ feign:
connectTimeout: 30000 connectTimeout: 30000
readTimeout: 30000 readTimeout: 30000
#hystrix:
# command:
# default:
# execution:
# isolation:
# thread:
# timeoutInMilliseconds: 600000
hystrix: hystrix:
command: command:
default: default:
execution: execution:
isolation: timeout: #配置命令的执行,是否会超时
enabled: false
isolation: #命令的执行超时时间 超时将执行回退
thread: thread:
timeoutInMilliseconds: 600000 timeoutInMilliseconds: 60000
#监控短点配置 #监控短点配置
management: management:
security: security:
......
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