yonge 4 سال پیش
والد
کامیت
6c6a8c8b59
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      mec-gateway/mec-gateway-web/src/main/resources/application.yml

+ 2 - 2
mec-gateway/mec-gateway-web/src/main/resources/application.yml

@@ -35,7 +35,7 @@ ribbon:
   eureka:
     enable: true
   ReadTimeout: 30000
-  SocketTimeout: 10000
+  ConnectTimeout: 10000
 
 ### 配置网关反向代理
 zuul:
@@ -113,7 +113,7 @@ hystrix:
         isolation:
           thread:
             #发生熔断的超时时间
-            timeoutInMilliseconds: 60000
+            timeoutInMilliseconds: 90000
           semaphore:
             maxConcurrentRequests: 500
           circuitBreaker: