diff --git a/website/about/legal/terms.md b/website/about/legal/terms.md index 9ea1725ecf..c1832a42be 100644 --- a/website/about/legal/terms.md +++ b/website/about/legal/terms.md @@ -125,7 +125,7 @@ Electric measures usage using its internal metering and billing systems. Metered - Writes, including chunked writes and protocol-level writes recorded by the Services; - Retention, including time-based storage of Customer Content (for example measured continuously and converted to GB-month or similar); -- Tier-limited usage dimensions, such as the number of databases, streams, workspaces, users, concurrent readers per stream, API requests, or other usage or operational indicators where relevant to the Tier; and +- Tier-limited usage dimensions, such as the number of databases, streams, workspaces, users, API requests, or other usage or operational indicators where relevant to the Tier; and - Any additional usage inputs described in the Services, dashboard, or Documentation (as may vary from time to time). Electric's metering records are the system of record for billing and usage calculations as determined by Electric in their reasonable discretion, unless Electric confirms a material billing error in writing. Metering methods may evolve over time to improve accuracy and prevent abuse, including the use of aggregation, sampling, caching-aware measurement, and safety controls. diff --git a/website/data/plans/enterprise.yaml b/website/data/plans/enterprise.yaml index 998b6b4dd5..a84f54ea95 100644 --- a/website/data/plans/enterprise.yaml +++ b/website/data/plans/enterprise.yaml @@ -7,7 +7,6 @@ featuresTitle: 'Bespoke solutions' features: - 'Custom usage pricing' - 'Unlimited databases' - - 'Unlimited concurrent readers' - 'Custom SLAs and support' limits: diff --git a/website/data/plans/payg.yaml b/website/data/plans/payg.yaml index cdba3fa8ee..a1577726f8 100644 --- a/website/data/plans/payg.yaml +++ b/website/data/plans/payg.yaml @@ -21,7 +21,6 @@ billingBehavior: 'Under $5/mo waived' who: 'For any app, from prototype to production' features: - 'Up to 10 databases' - - '100 concurrent readers' - 'No credit card required' ctaText: 'Sign up now' diff --git a/website/data/plans/pro.yaml b/website/data/plans/pro.yaml index 14e0ca8794..574b19eb3e 100644 --- a/website/data/plans/pro.yaml +++ b/website/data/plans/pro.yaml @@ -21,7 +21,6 @@ billingBehavior: 'Monthly fee acts as prepaid usage credit' who: 'For teams running mission-critical apps' features: - 'Up to 50 databases' - - '1,000 concurrent readers' - 'Early access to new features' ctaText: 'Sign up now' diff --git a/website/data/plans/scale.yaml b/website/data/plans/scale.yaml index b53165a57b..7b1287916f 100644 --- a/website/data/plans/scale.yaml +++ b/website/data/plans/scale.yaml @@ -21,7 +21,6 @@ billingBehavior: 'Monthly fee acts as prepaid usage credit' who: 'For large workloads and faster time to market' features: - 'Up to 200 databases' - - '10,000 concurrent readers' - 'Early access to new features' ctaText: 'Sign up now' diff --git a/website/pricing.md b/website/pricing.md index e10c7c64a1..d49505ed82 100644 --- a/website/pricing.md +++ b/website/pricing.md @@ -68,8 +68,7 @@ const config = pricing.config

Enterprise

Bespoke solutions for teams with custom requirements. - Unlimited databases, unlimited concurrent readers, - custom SLAs, and dedicated support.

+ Unlimited databases, custom SLAs, and dedicated support.

@@ -83,8 +82,7 @@ const config = pricing.config

Unlimited data delivery

We don't charge for egress, data delivery, fan-out, active users, - clients, connections, seats, apps, sources — or monthly bills under - $5/month. + clients, or connections — or monthly bills under $5/month.

@@ -225,14 +223,6 @@ const config = pricing.config charges. Downgrades take effect at the end of your current billing period, provided your usage is within the target plan's limits.

-
- What are the concurrent reader limits? -

Concurrent readers per stream are monitored by tier — 100 for PAYG, - 1,000 for Pro, and 10,000 for Scale. These are soft thresholds used - for monitoring; they are not hard-enforced at launch. If you - consistently exceed your tier's threshold, we'll reach out to - discuss upgrading.

-