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