Selaa lähdekoodia

熔断默认时间改成3秒

zhangdaiscott 3 vuotta sitten
vanhempi
commit
b83c26b8fd

+ 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