diff --git a/self-hosted/monitoring/rate-limiting.mdx b/self-hosted/monitoring/rate-limiting.mdx index 779a836e..f9bba254 100644 --- a/self-hosted/monitoring/rate-limiting.mdx +++ b/self-hosted/monitoring/rate-limiting.mdx @@ -9,7 +9,7 @@ You could customize the configuration to suit your needs by updating, [`config/i ## Default Rate Limits -- Chatwoot will throttles requests by IP at `60rpm`, Unless the request is from an allowed IP `['127.0.0.1', '::1']` +- Chatwoot will throttles requests by IP at `60rps`, Unless the request is from an allowed IP `['127.0.0.1', '::1']` - Signup Requests are limited by IP at `5 requests` per `5 minutes`. - SignIn Requests are limited by IP at `5 requests` per `20 seconds`. - SignIn Requests are limited by email address at `20 requests` per `5 minutes` for a specific email.