瀏覽代碼

熔断默认时间改成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