Skip to content

Commit

Permalink
fix: Align rate limits with actual values (#1959)
Browse files Browse the repository at this point in the history
  • Loading branch information
brkalow authored Jan 30, 2025
1 parent 7cbc82c commit 171cd1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/backend-requests/resources/rate-limits.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ Frontend API requests are rate-limited per user and identified by their IP addre
- Create SignIn
- `/v1/sign_ins`

7 requests per 10 seconds
5 requests per 10 seconds

---

- Create SignUp
- `/v1/sign_ups`

7 requests per 10 seconds
5 requests per 10 seconds

---

Expand Down

0 comments on commit 171cd1e

Please sign in to comment.