浏览代码

feign

master
yasaka 7 年前
父节点
当前提交
d9f0e32802
  1. 16
      sc-consumer/application-csdn.yml

16
sc-consumer/application-csdn.yml

@ -2,3 +2,19 @@
#hystrix.command.default.execution.isolation.thread.timeoutInMilliseconds: 80000 #hystrix.command.default.execution.isolation.thread.timeoutInMilliseconds: 80000
server: server:
port: 8200 port: 8200
logging:
level:
com.yasaka.stock.feign.MFeignClient: debug
feign:
hystrix:
enabled: true
ribbon:
ReadTimeout: 30000
ConnectTimeout: 15000
hystrix:
command:
default:
execution:
isolation:
thread:
timeoutInMilliseconds: 10000
正在加载...
取消
保存