From f9d1e9aa3fb649be90c9a2e22312a70558a7726d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ilkka=20Sepp=C3=A4l=C3=A4?= Date: Wed, 13 Sep 2017 20:39:31 +0300 Subject: [PATCH] Update Throttling pattern readme --- throttling/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/throttling/README.md b/throttling/README.md index a9ec69d76..73d982bff 100644 --- a/throttling/README.md +++ b/throttling/README.md @@ -3,15 +3,14 @@ layout: pattern title: Throttling folder: throttling permalink: /patterns/throttling/ +categories: Behavioral tags: - Java - Difficulty-Beginner - - Throttling --- ## Intent Ensure that a given client is not able to access service resources more than the assigned limit. -![alt text](./etc/throttling-patern.png "Throttling pattern") ## Applicability The Throttling pattern should be used: