Skip to content

Commit bc22b26

Browse files
committed
Restore non-limit uses of 'concurrent readers' term
The CDN caching section and FAQ answer use the term descriptively, not as a limit. Only limit-related mentions should be removed. https://claude.ai/code/session_01VUKdv5kUZgBMzSimCo9H8P
1 parent c9e8dc3 commit bc22b26

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

website/pricing.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ const config = pricing.config
9090
<h2 style="font-size: 1.25rem; margin-bottom: 12px;">Powered by CDN caching</h2>
9191
<p>
9292
Electric delivers real-time data over HTTP, using CDN caching and
93-
request collapsing to handle millions of users without
93+
request collapsing to handle millions of concurrent readers without
9494
proportional infrastructure cost. Your costs scale with writes,
9595
not users.
9696
</p>
@@ -182,9 +182,9 @@ const config = pricing.config
182182
<details class="faq-item">
183183
<summary>Why don't you charge for reads or egress?</summary>
184184
<p>Electric delivers real-time data over HTTP using CDN caching and
185-
request collapsing. This means reads are handled at the CDN layer
186-
without proportional infrastructure cost. Your costs scale with data
187-
written, not with the number of users reading it.</p>
185+
request collapsing. This means concurrent readers are handled at the
186+
CDN layer without proportional infrastructure cost. Your costs scale
187+
with data written, not with the number of users reading it.</p>
188188
</details>
189189
<details class="faq-item">
190190
<summary>What are service costs?</summary>

0 commit comments

Comments
 (0)