Commit 6fdad87b by 张兴柱

fixbug

parent 6a2ebf5b
......@@ -84,21 +84,6 @@ zuul:
refresh-interval: 3
hystrix:
command:
default:
execution:
timeout: #配置命令的执行,是否会超时
enabled: true
isolation: #命令的执行超时时间 超时将执行回退
thread:
timeoutInMilliseconds: 60000
ribbon:
ReadTimeout: 60000 #读取超时时间
ConnectTimeout: 60000
security:
validate:
code: true
......
......@@ -79,25 +79,6 @@ zuul:
quota: 100
refresh-interval: 3
hystrix:
command:
default:
execution:
timeout: #配置命令的执行,是否会超时
enabled: true
isolation: #命令的执行超时时间 超时将执行回退
thread:
timeoutInMilliseconds: 60000
ribbon:
ReadTimeout: 60000 #读取超时时间
ConnectTimeout: 60000
security:
validate:
......
......@@ -58,21 +58,6 @@ zuul:
sensitiveHeaders:
hystrix:
command:
default:
execution:
timeout: #配置命令的执行,是否会超时
enabled: true
isolation: #命令的执行超时时间 超时将执行回退
thread:
timeoutInMilliseconds: 60000
ribbon:
ReadTimeout: 60000 #读取超时时间
ConnectTimeout: 60000
ratelimit:
key-prefix: proudkids-ratelimite
enabled: 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