1 2 3 4 5 6 7 |
#活动调需要时间比较长 hystrix.command.${service-name}.execution.timeout.enabled=true hystrix.command.${service-name}.execution.isolation.thread.timeoutInMilliseconds=4000 #读取超时时间 ${service-name}.ribbon.ReadTimeout=5000 #连接超时时间 ${service-name}.ribbon.ConnectTimeout=3000 |