From da752f8945d4a6ac1d94298502967b70a2cb322e Mon Sep 17 00:00:00 2001
From: alex <alex@coderabbit.ai>
Date: Mon, 13 Jan 2025 10:54:33 -0800
Subject: [PATCH] fix pro rate limits

---
 docs/faq.md | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/docs/faq.md b/docs/faq.md
index dd66e8b3..3e7ff381 100644
--- a/docs/faq.md
+++ b/docs/faq.md
@@ -124,12 +124,12 @@ In-trial and open-source plans have lower rate limits than the paid plan. In all
 
 The following limits enforced _per developer_:
 
-| Feature          | Free Plan                                  | Trial Plan                    | OSS Plan                      | Pro/Lite Plan                 |
-| ---------------- | ------------------------------------------ | ----------------------------- | ----------------------------- | ----------------------------- |
-| Files per hour   | 200/hour                                   | 150/hour                      | 150/hour                      | 300/hour                      |
-| Files per PR     | 125                                        | 75                            | 75                            | 150                           |
-| Reviews per hour | 3 back-to-back, then 3/hour (Summary only) | 3 back-to-back, then 2/hour   | 2 back-to-back, then 2/hour   | 4 back-to-back, then 4/hour   |
-| Chat             | N/A                                        | 25 back-to-back, then 50/hour | 10 back-to-back, then 25/hour | 25 back-to-back, then 50/hour |
+| Feature          | Free Plan                                  | Trial Plan                    | OSS Plan                      | Lite Plan                     | Pro Plan                      |
+| ---------------- | ------------------------------------------ | ----------------------------- | ----------------------------- | ----------------------------- | ----------------------------- |
+| Files per hour   | 200/hour                                   | 150/hour                      | 150/hour                      | 300/hour                      | 300/hour                      |
+| Files per PR     | 125                                        | 75                            | 75                            | 150                           | 150                           |
+| Reviews per hour | 3 back-to-back, then 3/hour (Summary only) | 3 back-to-back, then 2/hour   | 2 back-to-back, then 2/hour   | 4 back-to-back, then 4/hour   | 8 back-to-back, then 8/hour   |
+| Chat             | N/A                                        | 25 back-to-back, then 50/hour | 10 back-to-back, then 25/hour | 25 back-to-back, then 50/hour | 25 back-to-back, then 50/hour |
 
 ## Integration Guide {#integration-guide}