From 44209e97beb75ad7373718c17e5ad423bc73c72b Mon Sep 17 00:00:00 2001 From: Vinicius Cavagnolli Date: Mon, 17 Dec 2018 17:32:57 -0200 Subject: [PATCH] Fixing a syntax error in qualityofservice.rst (#691) --- docs/features/qualityofservice.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/features/qualityofservice.rst b/docs/features/qualityofservice.rst index b72f99d0..fc3770ed 100644 --- a/docs/features/qualityofservice.rst +++ b/docs/features/qualityofservice.rst @@ -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 `_. The first thing you need to do if you want to use the administration API is bring in the relavent NuGet package.. @@ -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. \ No newline at end of file +on all downstream requests. If someone needs this to be configurable open an issue.