Commit ddb95f95 by Administrator

Update techhero-framework-oauth-local.yml

parent 0a447976
......@@ -27,11 +27,13 @@ external:
- 7AC4F6926B1AFEA6D96B8DE863B17BAC
feign:
hystrix:
enabled: true
client:
config:
default: # 服务名,填写 default 为所有服务,或者指定某服务,例如:annoroad-beta
connectTimeout: 10000 # 连接超时,10秒
readTimeout: 20000 # 读取超时,20秒
default:
connectTimeout: 6000 #连接超时时间
readTimeut: 6000 #服务持续超时时间
httpclient:
enabled: false # 关闭 ApacheHttpClient
max-connections: 50 # 连接池连接最大连接数(缺省值 200)
......@@ -40,7 +42,12 @@ feign:
enabled: true # 开启 okhttp
# yml
hystrix:
command.default.execution.isolation.thread.timeoutInMilliseconds: 10000
command:
default:
execution:
isolation:
thread:
timeoutInMilliseconds: 6000
......
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