浏览代码

超时时间

DESKTOP-2K9OVK9\siwei 3 周之前
父节点
当前提交
6c3d55cbc5
共有 1 个文件被更改,包括 6 次插入0 次删除
  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