File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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>
You can’t perform that action at this time.
0 commit comments