@@ -40,6 +40,11 @@ feign:
enabled: true
max-connections: 1000 # 默认值
max-connections-per-route: 250 # 默认值
+ client:
+ config:
+ default:
+ connectTimeout: 10000 # 连接超时时间
+ readTimeout: 3600000 # 读超时时间设置
management:
endpoints: