Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/content/changelogs/browser-rendering.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ productLink: "/browser-rendering/"
productArea: Developer platform
productAreaLink: /workers/platform/changelog/platform/
entries:
- publish_date: "2025-01-31"
title: Increased limits
description: |-
* Increased the limits on the number of concurrent browsers, and browsers per minute from 2 to 10.
- publish_date: "2024-08-08"
title: Update puppeteer to 21.1.0
description: |-
Expand Down
4 changes: 2 additions & 2 deletions src/content/docs/browser-rendering/platform/limits.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sidebar:
order: 30
---

- Two new browsers per minute per account.
- Two concurrent browsers per account.
- Ten new browsers per minute per account.
- Ten concurrent browsers per account.
- 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.