Commit c3c7a0d9 by Administrator

Update techhero-framework-oauth-local.yml

parent ddb95f95
......@@ -32,8 +32,8 @@ feign:
client:
config:
default:
connectTimeout: 6000 #连接超时时间
readTimeut: 6000 #服务持续超时时间
connectTimeout: 10000 #连接超时时间
readTimeut: 10000 #服务持续超时时间
httpclient:
enabled: false # 关闭 ApacheHttpClient
max-connections: 50 # 连接池连接最大连接数(缺省值 200)
......@@ -47,7 +47,7 @@ hystrix:
execution:
isolation:
thread:
timeoutInMilliseconds: 6000
timeoutInMilliseconds: 15000
......
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