Commit dc9643d6 by 张兴柱

配置修改

parent 3ee20483
......@@ -43,22 +43,22 @@ feign:
connectTimeout: 30000
readTimeout: 30000
hystrix:
command:
default:
execution:
isolation:
thread:
timeoutInMilliseconds: 600000
#hystrix:
# command:
# default:
# execution:
# timeout: #配置命令的执行,是否会超时
# enabled: false
# isolation: #命令的执行超时时间 超时将执行回退
# isolation:
# thread:
# timeoutInMilliseconds: 60000
hystrix:
command:
default:
execution:
timeout: #配置命令的执行,是否会超时
enabled: false
isolation: #命令的执行超时时间 超时将执行回退
thread:
timeoutInMilliseconds: 60000
#监控短点配置
management:
security:
......
......@@ -28,6 +28,7 @@ ribbon:
enabled: true
ReadTimeout: 60000
ConnectTimeout: 60000
SocketTimeout: 60000
feign:
hystrix:
......
......@@ -28,6 +28,7 @@ ribbon:
enabled: true
ReadTimeout: 60000
ConnectTimeout: 60000
SocketTimeout: 60000
feign:
hystrix:
......
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