Skip to content

Commit e5dcf7a

Browse files
meddullapedrosousa
andauthored
[Browser Rendering] Increase browser rendering limits (#19591)
--------- Co-authored-by: Sofia Cardita <[email protected]> Co-authored-by: Pedro Sousa <[email protected]>
1 parent 5d120b3 commit e5dcf7a

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

src/content/changelogs/browser-rendering.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ productLink: "/browser-rendering/"
55
productArea: Developer platform
66
productAreaLink: /workers/platform/changelog/platform/
77
entries:
8+
- publish_date: "2025-01-31"
9+
title: Increased limits
10+
description: |-
11+
* Increased the limits on the number of concurrent browsers, and browsers per minute from 2 to 10.
812
- publish_date: "2024-08-08"
913
title: Update puppeteer to 21.1.0
1014
description: |-

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sidebar:
55
order: 30
66
---
77

8-
- Two new browsers per minute per account.
9-
- Two concurrent browsers per account.
8+
- 10 new browsers per minute per account.
9+
- 10 concurrent browsers per account.
1010
- 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).
1111
- `browser.close()` releases the browser instance.

0 commit comments

Comments
 (0)