mirror of https://github.com/dapr/docs.git
Fix typo
Signed-off-by: Nick Greenfield <nigreenf@microsoft.com>
This commit is contained in:
parent
80b66b3e72
commit
c0569bb467
|
@ -144,7 +144,7 @@ spec:
|
||||||
outbound:
|
outbound:
|
||||||
timeout: general
|
timeout: general
|
||||||
retry: retryForever
|
retry: retryForever
|
||||||
# circuit breakers for components are scoped per component configuration/instance (e.g. redis1).
|
# circuit breakers for components are scoped per component configuration/instance. For example myRediscomponent.
|
||||||
# when this breaker is tripped, all interaction to that component is prevented for the configured `timeout` duration.
|
# when this breaker is tripped, all interaction to that component is prevented for the configured `timeout` duration.
|
||||||
circuitBreaker: simpleCB
|
circuitBreaker: simpleCB
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue