diff --git a/src/content/changelogs/browser-rendering.yaml b/src/content/changelogs/browser-rendering.yaml index fba0e6e161ae19..e0324bd27088da 100644 --- a/src/content/changelogs/browser-rendering.yaml +++ b/src/content/changelogs/browser-rendering.yaml @@ -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: |- diff --git a/src/content/docs/browser-rendering/platform/limits.mdx b/src/content/docs/browser-rendering/platform/limits.mdx index 5f68a63a0c1dfb..06e7ea94eefd85 100644 --- a/src/content/docs/browser-rendering/platform/limits.mdx +++ b/src/content/docs/browser-rendering/platform/limits.mdx @@ -5,7 +5,7 @@ sidebar: order: 30 --- -- Two new browsers per minute per account. -- Two concurrent browsers per account. +- 10 new browsers per minute per account. +- 10 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.