Skip to content

Commit e0fa42e

Browse files
ToriLindsaythomasgauvin
authored andcommitted
Tori/limits browser rendering quick fix (#23869)
* removed hover number * [Browser Rendering] Small limits footnote fix * change to notes * Update src/content/docs/browser-rendering/platform/limits.mdx * Update src/content/docs/browser-rendering/platform/limits.mdx
1 parent b066027 commit e0fa42e

File tree

1 file changed

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

1 file changed

+8
-4
lines changed

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

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,12 @@ To increase this limit, you will need to [upgrade to a Workers Paid plan](/worke
2020
| -------------------------------------- | --------------- |
2121
| Concurrent browsers per account (Workers Bindings only) | 3 per account |
2222
| New browser instances per minute (Workers Bindings only) | 3 per minute |
23-
| Browser timeout | 60 seconds [^2] |
23+
| Browser timeout | 60 seconds |
2424
| Total requests per min (REST API only) | 6 per minute |
2525

26-
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.
26+
:::note[Note on browser timeout]
27+
By default, a browser will time out 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.
28+
:::
2729

2830
## Workers Paid
2931

@@ -33,12 +35,14 @@ By default, a browser instance gets killed if it does not get any [devtools](htt
3335
| -------------------------------------- | ------------------- |
3436
| Concurrent browsers per account (Workers Bindings only) | 10 per account [^1] |
3537
| New browser instances per minute (Workers Bindings only) | 10 per minute [^1] |
36-
| Browser timeout | 60 seconds [^2] |
38+
| Browser timeout | 60 seconds |
3739
| Total requests per min (REST API only) | 60 per minute [^1] |
3840

3941
[^1]: Contact our team to request increases to this limit.
4042

41-
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.
43+
:::note[Note on browser timeout]
44+
By default, a browser will time out 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.
45+
:::
4246

4347
## Note on concurrency
4448

0 commit comments

Comments
 (0)