熔断默认时间改成3秒

pull/5714/head
zhangdaiscott 2021-06-02 15:25:58 +08:00
parent 7b5e10cc3b
commit 392012d1ba
1 changed files with 1 additions and 1 deletions

View File

@ -58,4 +58,4 @@ hystrix:
isolation:
strategy: SEMAPHORE
thread:
timeoutInMilliseconds: 60000
timeoutInMilliseconds: 3000