Commit c3c7a0d9 by Administrator

Update techhero-framework-oauth-local.yml

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