Commit 8dea0711 by 张兴柱

fixbug

parent 5a733156
......@@ -83,6 +83,22 @@ zuul:
quota: 100
refresh-interval: 3
hystrix:
command:
default:
execution:
timeout: #配置命令的执行,是否会超时
enabled: true
isolation: #命令的执行超时时间 超时将执行回退
thread:
timeoutInMilliseconds: 20000
ribbon:
ReadTimeout: 20000 #读取超时时间
ConnectTimeout: 10000 #好像这个没什么用 如果说有人知道这个是什么作用可以评论告诉我一下
security:
validate:
code: 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