DESKTOP-2K9OVK9\siwei 3 nedēļas atpakaļ
vecāks
revīzija
6c3d55cbc5
1 mainītis faili ar 6 papildinājumiem un 0 dzēšanām
  1. 6 0
      siwei-gateway/src/main/resources/bootstrap.yml

+ 6 - 0
siwei-gateway/src/main/resources/bootstrap.yml

@@ -46,3 +46,9 @@ spring:
             groupId: DEFAULT_GROUP
             data-type: json
             rule-type: gw-flow
+    gateway:
+      httpclient:
+        # 建立连接超时:10秒
+        connect-timeout: 10000
+        # 等待后端响应总超时:90秒(90000毫秒),超时直接返回504
+        response-timeout: 60000