Commit 8fad538d by 张兴柱

fixbug

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