mirror of https://github.com/jeecgboot/jeecg-boot
熔断默认时间改成3秒
parent
7b5e10cc3b
commit
392012d1ba
|
@ -58,4 +58,4 @@ hystrix:
|
||||||
isolation:
|
isolation:
|
||||||
strategy: SEMAPHORE
|
strategy: SEMAPHORE
|
||||||
thread:
|
thread:
|
||||||
timeoutInMilliseconds: 60000
|
timeoutInMilliseconds: 3000
|
Loading…
Reference in New Issue