Skip to content

Commit b821ead

Browse files
authored
Update limits.mdx
update that concurrent browsers is just for workers binding method
1 parent f61222e commit b821ead

File tree

1 file changed

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

1 file changed

+5
-3
lines changed

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,18 @@ import { Render, Plan } from "~/components";
1414

1515
| Feature | Limit |
1616
| -------------------------------------- | --------------- |
17-
| Concurrent browsers per account | 3 per account |
17+
| Concurrent browsers per account (Workers Binding API only) | 3 per account |
1818
| New browser instances per minute | 3 per minute |
1919
| Browser timeout | 60 seconds [^2] |
2020
| Total requests per min (REST API only) | 6 per minute |
2121

2222
## Workers Paid
2323

24+
<Render file="limits-increase" product="browser-rendering" />
25+
2426
| Feature | Limit |
2527
| -------------------------------------- | ------------------- |
26-
| Concurrent browsers per account | 10 per account [^1] |
28+
| Concurrent browsers per account (Workers Binding API only) | 10 per account [^1] |
2729
| New browser instances per minute | 10 per minute [^1] |
2830
| Browser timeout | 60 seconds [^2][^1] |
2931
| Total requests per min (REST API only) | 60 per minute |
@@ -32,4 +34,4 @@ import { Render, Plan } from "~/components";
3234

3335
[^2]: By default, a browser instance gets killed if it does not get any [devtools](https://chromedevtools.github.io/devtools-protocol/) command for 60 seconds, freeing one instance. Users can optionally increase this by using the `keep_alive` [option](/browser-rendering/platform/puppeteer/#keep-alive). `browser.close()` releases the browser instance.
3436

35-
<Render file="limits-increase" product="browser-rendering" />
37+

0 commit comments

Comments
 (0)