yonge 5 年之前
父節點
當前提交
066bede88f
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      mec-gateway/mec-gateway-web/src/main/resources/application.yml

+ 5 - 0
mec-gateway/mec-gateway-web/src/main/resources/application.yml

@@ -112,7 +112,12 @@ hystrix:
       execution:
         isolation:
           thread:
+            #发生熔断的超时时间
             timeoutInMilliseconds: 60000
+          semaphore:
+            maxConcurrentRequests: 500
+          circuitBreaker:
+            sleepWindowInMilliseconds: 5000
 
 
 #spring boot admin 相关配置