mirror of
				https://github.com/nsnail/Ocelot.git
				synced 2025-11-04 10:35:28 +08:00 
			
		
		
		
	Fixing a syntax error in qualityofservice.rst (#691)
This commit is contained in:
		
				
					committed by
					
						
						Tom Pallister
					
				
			
			
				
	
			
			
			
						parent
						
							87602941de
						
					
				
				
					commit
					44209e97be
				
			@@ -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 
 | 
					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>`_.
 | 
					.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..
 | 
					The first thing you need to do if you want to use the administration API is bring in the relavent NuGet package..
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user