8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11c5e5d commit 5431d14Copy full SHA for 5431d14
rate_limiter.rst
@@ -35,7 +35,8 @@ Fixed Window Rate Limiter
35
~~~~~~~~~~~~~~~~~~~~~~~~~
36
37
This is the simplest technique and it's based on setting a limit for a given
38
-interval of time.
+interval of time (e.g. 5,000 requests per hour or 3 login attempts every 15
39
+minutes).
40
41
In the diagram below, the limit is set to "5 tokens per hour". Each window
42
starts at the first hit (i.e. 10:15, 11:30 and 12:30). As soon as there are
0 commit comments