mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-16 10:59:03 +00:00
Update Throttling pattern readme
This commit is contained in:
@@ -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.
|
||||

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