熔断默认时间改成3秒

dev
zhangdaiscott 4 years ago
parent b59fc67696
commit b83c26b8fd

@ -58,4 +58,4 @@ hystrix:
isolation: isolation:
strategy: SEMAPHORE strategy: SEMAPHORE
thread: thread:
timeoutInMilliseconds: 60000 timeoutInMilliseconds: 3000
Loading…
Cancel
Save