From 7c7b17e8d5ffcc6503fff8a0b0c8a709318dccb8 Mon Sep 17 00:00:00 2001 From: Iman Hassanein Date: Fri, 17 Jan 2025 14:40:40 -0500 Subject: [PATCH] update default ratelimit to 5 requests per second --- docs/concepts/rate-limits-and-quotas.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/concepts/rate-limits-and-quotas.mdx b/docs/concepts/rate-limits-and-quotas.mdx index ce2fa8b..200a171 100644 --- a/docs/concepts/rate-limits-and-quotas.mdx +++ b/docs/concepts/rate-limits-and-quotas.mdx @@ -8,10 +8,10 @@ API usage is subject to Flare's API rate limit. Rate Limits are enforced **per organization**. Calls to certain resources have differing independant limits as follows: -- Basic: 2 requests per second +- Basic: 3 requests per second - Search: 1 request per second -For example, a user may perform a total of 3 requests per second, two basic requests and one search request. +For example, a user may perform a total of 4 requests per second, three basic requests and one search request. Any endpoint that is not subject to basic limit will be identified as such.