Skip to content

Commit d1dedd0

Browse files
committed
Small tweak
1 parent 5120aa8 commit d1dedd0

File tree

1 file changed

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

1 file changed

+15
-13
lines changed
Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,32 @@
11
---
22
pcx_content_type: configuration
33
title: Limits
4+
description: Learn about the limits associated with Browser Rendering.
45
sidebar:
56
order: 30
67
---
78

8-
<Plan type="workers-paid" />
9+
import { Render, Plan } from "~/components";
910

10-
import { Render } from "~/components"
11+
<Plan type="workers-paid" />
1112

1213
## Workers Binding API
1314

14-
| Feature | Limit |
15-
| --------------------------------------------- | ------------------------------------------------------------- |
16-
| Concurrent browsers per account | 10 per account [^1] |
17-
| New browser instances per minute | 10 per minute [^1] |
18-
| Browser timeout | 60 seconds [^1][^2] |
15+
| Feature | Limit |
16+
| -------------------------------- | ------------------- |
17+
| Concurrent browsers per account | 10 per account [^1] |
18+
| New browser instances per minute | 10 per minute [^1] |
19+
| Browser timeout | 60 seconds [^1][^2] |
1920

2021
## Quick Actions REST API
2122

22-
| Feature | Limit |
23-
| --------------------------------------------- | ------------------------------------------------------------- |
24-
| Concurrent browsers per account | 10 per account [^1] |
25-
| New browser instances per minute | 10 per minute [^1] |
26-
| Browser timeout | 60 seconds [^1][^2] |
27-
| Total requests per minute | 60 per minute [^1] |
23+
| Feature | Limit |
24+
| -------------------------------- | ------------------- |
25+
| Concurrent browsers per account | 10 per account [^1] |
26+
| New browser instances per minute | 10 per minute [^1] |
27+
| Browser timeout | 60 seconds [^1][^2] |
28+
| Total requests per minute | 60 per minute [^1] |
2829

2930
[^1]: Contact our team to request increases to this limit.
31+
3032
[^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.

0 commit comments

Comments
 (0)