Skip to content

Commit 6da92a5

Browse files
authored
Fix wrong number in rate limits (#858)
1 parent 1aee7c8 commit 6da92a5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • apps/web/src/app/(docs)/docs/sandbox/rate-limits

apps/web/src/app/(docs)/docs/sandbox/rate-limits/page.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Here's a limits breakdown table based on the plan:
3737
</tr>
3838
<tr>
3939
<td style={{ fontWeight: 'bold', padding: '8px', borderRight: '2px solid #FFB766', border: '2px solid #FFB766' }}>Concurrent sandboxes</td>
40-
<td style={{ textAlign: 'center', padding: '8px', borderRight: '2px solid #FFB766', border: '2px solid #FFB766' }}>10</td>
40+
<td style={{ textAlign: 'center', padding: '8px', borderRight: '2px solid #FFB766', border: '2px solid #FFB766' }}>20</td>
4141
<td style={{ textAlign: 'center', padding: '8px', borderRight: '2px solid #FFB766', border: '2px solid #FFB766' }}>100 - 1,100<b><sup>*</sup></b></td>
4242
<td style={{ textAlign: 'center', padding: '8px', border: '2px solid #FFB766' }}>Custom</td>
4343
</tr>
@@ -80,7 +80,7 @@ This also includes requests made to custom ports in the sandbox.
8080
Number of concurrent sandboxes differs based on the pricing tier.
8181

8282
### Hobby tier
83-
**Up to 10 concurrent sandboxes**
83+
**Up to 20 concurrent sandboxes**
8484

8585
### Pro tier
8686
**Starts at 100 concurrent sandboxes**

0 commit comments

Comments
 (0)