Skip to content

Commit 5431d14

Browse files
committed
Tweak
1 parent 11c5e5d commit 5431d14

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

rate_limiter.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ Fixed Window Rate Limiter
3535
~~~~~~~~~~~~~~~~~~~~~~~~~
3636

3737
This is the simplest technique and it's based on setting a limit for a given
38-
interval of time.
38+
interval of time (e.g. 5,000 requests per hour or 3 login attempts every 15
39+
minutes).
3940

4041
In the diagram below, the limit is set to "5 tokens per hour". Each window
4142
starts at the first hit (i.e. 10:15, 11:30 and 12:30). As soon as there are

0 commit comments

Comments
 (0)