Skip to content

Commit

Permalink
docs: update disable_circuit_breaking.rst (envoyproxy#11451)
Browse files Browse the repository at this point in the history
envoyproxy#11445

Signed-off-by: Seiji <hakuno@protonmail.com>
Signed-off-by: yashwant121 <yadavyashwant36@gmail.com>
  • Loading branch information
hakuno authored and yashwant121 committed Jul 24, 2020
1 parent 84f8d3f commit 16319d6
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions docs/root/faq/load_balancing/disable_circuit_breaking.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,15 @@ of circuit breaking by setting the thresholds to a value of `1000000000`.
circuit_breakers:
thresholds:
priority: HIGH
max_connections: 1000000000
max_pending_requests: 1000000000
max_requests: 1000000000
max_retries: 1000000000
- priority: DEFAULT
max_connections: 1000000000
max_pending_requests: 1000000000
max_requests: 1000000000
max_retries: 1000000000
- priority: HIGH
max_connections: 1000000000
max_pending_requests: 1000000000
max_requests: 1000000000
max_retries: 1000000000
Envoy supports priority routing at the route level. You may adjust the thresholds accordingly.

0 comments on commit 16319d6

Please sign in to comment.