Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cadecf9

Browse files
committed
docs: fix typo
1 parent 126c472 commit cadecf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/high-availability/hystrix-execution-isolation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Hystrix 实现资源隔离,有两种策略:
44
- 线程池隔离
55
- 信号量隔离
66

7-
对资源隔离这一块东西,而对于资源隔离,其实可以做一定的细粒度的一些控制
7+
对资源隔离这一块东西,其实可以做一定细粒度的一些控制
88

99
### execution.isolation.strategy
1010
指定了 HystrixCommand.run() 的资源隔离策略:`THREAD` or `SEMAPHORE`,一种基于线程池,一种基于信号量。

0 commit comments

Comments
 (0)