Skip to content

Commit

Permalink
Fixing a syntax error in qualityofservice.rst (ThreeMammals#691)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinicius-Cavagnolli authored and TomPallister committed Dec 17, 2018
1 parent 8760294 commit 44209e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/features/qualityofservice.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Quality of Service
==================

Ocelot supports one QoS capability at the current time. You can set on a per ReRoute basis if you
want to use a circuit breaker when making requests to a downstream service. This uses the an awesome
want to use a circuit breaker when making requests to a downstream service. This uses an awesome
.NET library called Polly check them out `here <https://github.com/App-vNext/Polly>`_.

The first thing you need to do if you want to use the administration API is bring in the relavent NuGet package..
Expand Down Expand Up @@ -45,4 +45,4 @@ You can set the TimeoutValue in isoldation of the ExceptionsAllowedBeforeBreakin
There is no point setting the other two in isolation as they affect each other :)

If you do not add a QoS section QoS will not be used however Ocelot will default to a 90 second timeout
on all downstream requests. If someone needs this to be configurable open an issue.
on all downstream requests. If someone needs this to be configurable open an issue.

0 comments on commit 44209e9

Please sign in to comment.