Skip to content

Commit 237d35f

Browse files
authored
Update limits.mdx
1 parent 5d9ce00 commit 237d35f

File tree

1 file changed

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

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@ import { Render } from "~/components"
99

1010
| Feature | Limit |
1111
| --------------------------------------------- | ------------------------------------------------------------- |
12-
| Concurrent browsers per account | 10 per account [^1] |
13-
| New browser instances per minute | 10 per minute [^1] |
12+
| Concurrent browsers per account | 10 per account [^1] |
13+
| New browser instances per minute | 10 per minute [^1] |
1414
| Browser timeout | 60 seconds [^1][^2] |
15+
| Total browsers per minute | 60 per minute [^1] |
1516

1617
[^1]: Contact our team to request increases to this limit.
1718
[^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.

0 commit comments

Comments
 (0)