Skip to content

Commit c2787a0

Browse files
committed
[Browser Rendering] Small limits footnote fix
1 parent e214dab commit c2787a0

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ To increase this limit, you will need to [upgrade to a Workers Paid plan](/worke
2323
| Browser timeout | 60 seconds |
2424
| Total requests per min (REST API only) | 6 per minute |
2525

26-
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.
26+
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.
2727

2828
## Workers Paid
2929

@@ -38,7 +38,7 @@ By default, a browser instance gets killed if it does not get any [devtools](htt
3838

3939
[^1]: Contact our team to request increases to this limit.
4040

41-
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.
41+
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.
4242

4343
## Note on concurrency
4444

0 commit comments

Comments
 (0)