Commit dc9643d6 by 张兴柱

配置修改

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