소스 검색

熔断默认时间改成3秒

zhangdaiscott 3 년 전
부모
커밋
b83c26b8fd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      jeecg-boot/jeecg-cloud-module/jeecg-cloud-gateway/src/main/resources/application.yml

+ 1 - 1
jeecg-boot/jeecg-cloud-module/jeecg-cloud-gateway/src/main/resources/application.yml

@@ -58,4 +58,4 @@ hystrix:
         isolation:
           strategy: SEMAPHORE
           thread:
-            timeoutInMilliseconds: 60000
+            timeoutInMilliseconds: 3000