浏览代码

更新 'application.yml'

suxiaoyang 7 年之前
父节点
当前提交
6fd3e78cff
共有 1 个文件被更改,包括 9 次插入0 次删除
  1. 9 0
      application.yml

+ 9 - 0
application.yml

@ -38,6 +38,15 @@ hystrix:
ribbon:
  ReadTimeout: 300000
  ConnectTimeout: 5000
  
#Zuul
zuul:
  #max:
  #  host:
  #    connections: 500
  host:
    socket-timeout-millis: 300000
    connect-timeout-millis: 300000
#Application error definition, this file define common errors,
#if the error is used only in your application, please define it in your application configuration file.