Skip to content

Commit b06a924

Browse files
authored
Update limits.mdx
limit increase
1 parent dcebdd8 commit b06a924

File tree

1 file changed

+3
-3
lines changed
  • src/content/docs/browser-rendering/platform

1 file changed

+3
-3
lines changed

src/content/docs/browser-rendering/platform/limits.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ The limits for Browser Rendering will continue to be raised over time. In the me
3737

3838
| Feature | Limit |
3939
| -------------------------------------- | ------------------- |
40-
| Concurrent browsers per account (Workers Bindings only) | 10 per account [^2] |
41-
| New browser instances per minute (Workers Bindings only) | 10 per minute [^2] |
40+
| Concurrent browsers per account (Workers Bindings only) | 30 per account [^1] [^2] |
41+
| New browser instances per minute (Workers Bindings only) | 30 per minute [^1] [^2] |
4242
| Browser timeout | 60 seconds |
43-
| Total requests per min (REST API only) | 60 per minute [^1] [^2] |
43+
| Total requests per min (REST API only) | 180 per minute [^1] [^2] |
4444

4545
[^1]: Rate limits are enforced with a fixed **per-second fill rate**. For example, a limit of 60 requests per minute translates to **1 request per second**. This means you cannot send all 60 requests at once; the API expects them to be spread evenly over the minute. If your account has a custom higher limit, it will also be enforced as a per-second rate.
4646
[^2]: Contact our team to request increases to this limit.

0 commit comments

Comments
 (0)