diff --git a/src/content/docs/browser-rendering/platform/limits.mdx b/src/content/docs/browser-rendering/platform/limits.mdx index 2e0ba16d4e5bd7a..1cb7e9b7d18a8d3 100644 --- a/src/content/docs/browser-rendering/platform/limits.mdx +++ b/src/content/docs/browser-rendering/platform/limits.mdx @@ -30,3 +30,5 @@ import { Render, Plan } from "~/components"; [^1]: Contact our team to request increases to this limit. [^2]: 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. + + diff --git a/src/content/partials/browser-rendering/limits-increase.mdx b/src/content/partials/browser-rendering/limits-increase.mdx new file mode 100644 index 000000000000000..86f3d400ee3278f --- /dev/null +++ b/src/content/partials/browser-rendering/limits-increase.mdx @@ -0,0 +1,9 @@ +--- +{} +--- + +:::note[Need a higher limit?] + +To request an increase to a limit, complete the [Limit Increase Request Form](https://forms.gle/CdueDKvb26mTaepa9). If the limit can be increased, Cloudflare will contact you with next steps. + +:::