Commit 185585e8d32eab7edb07c2b5697890a2008b76ab

Authored by 刘岱鹏
1 parent 434faea4

调整超时时间

Showing 1 changed file with 1 additions and 1 deletions
gateway.yml
@@ -62,7 +62,7 @@ hystrix: @@ -62,7 +62,7 @@ hystrix:
62 enabled: true 62 enabled: true
63 isolation: 63 isolation:
64 thread: 64 thread:
65 - timeoutInMilliseconds: 60000 65 + timeoutInMilliseconds: 600000
66 66
67 #这个配置为true则取发现服务的注册地址(服务地址存储在DomainExtractingServerList,由EurekaRibbonClientConfiguration.ribbonServerList()创建) 67 #这个配置为true则取发现服务的注册地址(服务地址存储在DomainExtractingServerList,由EurekaRibbonClientConfiguration.ribbonServerList()创建)
68 #为false取本地配置文件的配置地址(服务地址存储在ConfigurationBasedServerList中,由RibbonClientConfiguration.ribbonServerList()创建) 68 #为false取本地配置文件的配置地址(服务地址存储在ConfigurationBasedServerList中,由RibbonClientConfiguration.ribbonServerList()创建)