Update Throttling pattern readme
This commit is contained in:
		@@ -3,15 +3,14 @@ layout: pattern
 | 
				
			|||||||
title: Throttling
 | 
					title: Throttling
 | 
				
			||||||
folder: throttling
 | 
					folder: throttling
 | 
				
			||||||
permalink: /patterns/throttling/
 | 
					permalink: /patterns/throttling/
 | 
				
			||||||
 | 
					categories: Behavioral
 | 
				
			||||||
tags:
 | 
					tags:
 | 
				
			||||||
 - Java
 | 
					 - Java
 | 
				
			||||||
 - Difficulty-Beginner
 | 
					 - Difficulty-Beginner
 | 
				
			||||||
 - Throttling
 | 
					 | 
				
			||||||
---
 | 
					---
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Intent
 | 
					## Intent
 | 
				
			||||||
Ensure that a given client is not able to access service resources more than the assigned limit.
 | 
					Ensure that a given client is not able to access service resources more than the assigned limit.
 | 
				
			||||||

 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Applicability
 | 
					## Applicability
 | 
				
			||||||
The Throttling pattern should be used:
 | 
					The Throttling pattern should be used:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user