chenw 6 жил өмнө
parent
commit
db843f06d8

+ 3 - 1
applications/document/document-server/src/main/resources/application.yml

@@ -77,6 +77,8 @@ auth:
 ribbon:
   ReadTimeout: 10000
   ConnectTimeout: 10000
+  eager-load:
+    enabled: true
 feign:
   hystrix:
     enabled: true
@@ -90,7 +92,7 @@ hystrix:
                 enabled: true
               isolation:
                     thread:
-                        timeoutInMilliseconds: 4000
+                        timeoutInMilliseconds: 5000
 b2b:
   baseUrl:
     inquiry: https://test-inquiry.uuzcc.cn

+ 3 - 1
applications/purchase/purchase-server/src/main/resources/application.yml

@@ -77,6 +77,8 @@ auth:
 ribbon:
   ReadTimeout: 10000
   ConnectTimeout: 10000
+  eager-load:
+    enabled: true
 feign:
   hystrix:
     enabled: true
@@ -88,7 +90,7 @@ hystrix:
                 enabled: true
               isolation:
                     thread:
-                        timeoutInMilliseconds: 4000
+                        timeoutInMilliseconds: 5000
 b2b:
   baseUrl:
     inquiry: https://test-inquiry.uuzcc.cn

+ 3 - 1
applications/sale/sale-server/src/main/resources/application.yml

@@ -77,6 +77,8 @@ auth:
 ribbon:
   ReadTimeout: 10000
   ConnectTimeout: 10000
+  eager-load:
+    enabled: true
 feign:
   hystrix:
     enabled: true
@@ -88,7 +90,7 @@ hystrix:
                 enabled: true
               isolation:
                     thread:
-                        timeoutInMilliseconds: 4000
+                        timeoutInMilliseconds: 5000
 b2b:
   baseUrl:
     inquiry: https://test-inquiry.uuzcc.cn