Skip to content

Commit 4bb595a

Browse files
committed
change to notes
1 parent c2787a0 commit 4bb595a

File tree

1 file changed

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

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ To increase this limit, you will need to [upgrade to a Workers Paid plan](/worke
2323
| Browser timeout | 60 seconds |
2424
| Total requests per min (REST API only) | 6 per minute |
2525

26+
:::note[Note on browser timeout]
2627
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

@@ -38,7 +40,9 @@ By default, a browser will time out if it does not get any [devtools](https://ch
3840

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

43+
:::note[Note on browser timeout]
4144
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)