Commit f93dec4c by Administrator

Update techhero-gateway-local.yml

parent 51e006c9
......@@ -19,14 +19,7 @@ hystrix:
isolation:
thread:
timeoutInMilliseconds: 600000 #设置API网关中路由转发请求的HystrixCommand执行超时时间
# 针对单个服务及方法的设置方法
PictureService#pictureUpload(MultipartFile,HttpServletRequest):
execution:
timeout:
enabled: true
isolation:
thread:
timeoutInMilliseconds: 1000 # 断路器超时时间,默认1000ms
ribbon:
ConnectTimeout: 3000 #设置路由转发请求的时候,创建请求连接的超时时间
......
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