mirror of
https://github.com/zitadel/zitadel.git
synced 2025-03-01 04:27:24 +00:00
docs: Fix typo in ratelimits (#5531)
Update ratelimits.md Fixed typo Co-authored-by: Florian Forster <florian@zitadel.com>
This commit is contained in:
parent
4486bf8529
commit
a8bfcc166e
@ -6,5 +6,5 @@ Rate limits are implemented according to our [rate limit policy](/legal/rate-lim
|
||||
|
||||
| Path | Description | Rate Limiting | One Minute Banning |
|
||||
|--------------------------|----------------------------------------|--------------------------------------|----------------------------------------|
|
||||
| /ui/login* | Global Login, Register and Reset Limit | 10 requests per second over a minute | 15 requests per sencond over 3 minutes |
|
||||
| /ui/login* | Global Login, Register and Reset Limit | 10 requests per second over a minute | 15 requests per second over 3 minutes |
|
||||
| All other paths | All gRPC- and REST APIs as well as the ZITADEL Customer Portal | 10 requests per second over a minute | 10 requests per second over 3 minutes |
|
||||
|
Loading…
x
Reference in New Issue
Block a user