improvement(docs): remove references to concurrency control#4147
improvement(docs): remove references to concurrency control#4147icecrasher321 merged 1 commit intostagingfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
PR SummaryLow Risk Overview Updates the landing-page Reviewed by Cursor Bugbot for commit 17652e8. Configure here. |
Greptile SummaryThis PR removes all user-facing references to concurrent execution limits — the docs section in Confidence Score: 5/5Documentation-only change; safe to merge. Both changed files are content/copy only. The removals are consistent across all pricing tiers and the docs page, with no logic or code correctness concerns. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[Pricing Page] --> B[Free Tier]
A --> C[Pro Tier]
A --> D[Max Tier]
A --> E[Enterprise Tier]
B --> B1["5GB storage · 5 min exec · 7-day logs"]
C --> C1["50GB storage · 50 min exec · Unlimited logs"]
D --> D1["500GB storage · 50 min exec · Unlimited logs"]
E --> E1["Custom storage · Custom exec · SSO & SCIM"]
Reviews (1): Last reviewed commit: "improvement(docs): remove references to ..." | Re-trigger Greptile |
Summary
Remove doc references to concurrency control by workspace/
Type of Change