Skip to content

Commit 376c600

Browse files
authored
Update src/content/docs/browser-rendering/platform/limits.mdx
1 parent 238e898 commit 376c600

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ To increase this limit, you will need to [upgrade to a Workers Paid plan](/worke
2424
| Total requests per min (REST API only) | 6 per minute |
2525

2626
:::note[Note on browser timeout]
27-
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.
27+
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.
2828
:::
2929

3030
## Workers Paid

0 commit comments

Comments
 (0)