Browse Source

超时时间

DESKTOP-2K9OVK9\siwei 3 tuần trước cách đây
mục cha
commit
6c3d55cbc5
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  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