Commit 35a684ca by Administrator

Update techhero-gateway-local.yml

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