From 781e0c236c341b77c3b974dad550415f54005e5b Mon Sep 17 00:00:00 2001 From: alex Date: Tue, 31 Dec 2024 11:45:48 -0500 Subject: [PATCH 1/2] update rate limits --- docs/faq.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/faq.md b/docs/faq.md index 451562f4..ebe7aa57 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -108,10 +108,10 @@ When team members are active in PRs, use `@coderabbitai` to engage the bot. ### Usage Limits -| Feature | Free/Trial | Pro Plan | +| Feature | Free/Trial | Pro/Lite Plan | | -------------- | ----------------------------- | ------------- | -| Files per hour | 200 | 200 | -| Reviews | 3 back-to-back, then 3/hour | Higher limits | +| Files per hour | 300 | 600 | +| Reviews per hour | Trial: 5, OSS: 4 | 8 | | Conversations | 25 back-to-back, then 50/hour | Higher limits | :::note From 028540160d604cda76972312ae3d11a1046da8be Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 31 Dec 2024 16:46:50 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=8E=A8=20pnpm=20run=20lint:fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [dependabot skip] --- docs/faq.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/faq.md b/docs/faq.md index ebe7aa57..48e4fad7 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -108,11 +108,11 @@ When team members are active in PRs, use `@coderabbitai` to engage the bot. ### Usage Limits -| Feature | Free/Trial | Pro/Lite Plan | -| -------------- | ----------------------------- | ------------- | -| Files per hour | 300 | 600 | -| Reviews per hour | Trial: 5, OSS: 4 | 8 | -| Conversations | 25 back-to-back, then 50/hour | Higher limits | +| Feature | Free/Trial | Pro/Lite Plan | +| ---------------- | ----------------------------- | ------------- | +| Files per hour | 300 | 600 | +| Reviews per hour | Trial: 5, OSS: 4 | 8 | +| Conversations | 25 back-to-back, then 50/hour | Higher limits | :::note In-trial and open-source plans have lower rate limits than the paid plan. In all cases, we re-allow further reviews/conversations after a brief timeout.