소스 검색

超时时间

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