Skip to content

Commit e214dab

Browse files
committed
removed hover number
1 parent 4aec251 commit e214dab

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
@@ -20,7 +20,7 @@ To increase this limit, you will need to [upgrade to a Workers Paid plan](/worke
2020
| -------------------------------------- | --------------- |
2121
| Concurrent browsers per account (Workers Bindings only) | 3 per account |
2222
| New browser instances per minute (Workers Bindings only) | 3 per minute |
23-
| Browser timeout | 60 seconds [^2] |
23+
| Browser timeout | 60 seconds |
2424
| Total requests per min (REST API only) | 6 per minute |
2525

2626
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.
@@ -33,7 +33,7 @@ By default, a browser instance gets killed if it does not get any [devtools](htt
3333
| -------------------------------------- | ------------------- |
3434
| Concurrent browsers per account (Workers Bindings only) | 10 per account [^1] |
3535
| New browser instances per minute (Workers Bindings only) | 10 per minute [^1] |
36-
| Browser timeout | 60 seconds [^2] |
36+
| Browser timeout | 60 seconds |
3737
| Total requests per min (REST API only) | 60 per minute [^1] |
3838

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

0 commit comments

Comments
 (0)