Skip to content

Commit c98af66

Browse files
authored
Update limits.mdx
Fix super script notes.
1 parent 47d7b75 commit c98af66

File tree

1 file changed

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

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@ The limits for Browser Rendering will continue to be raised over time. In the me
4141

4242
| Feature | Limit |
4343
| -------------------------------------- | ------------------- |
44-
| Concurrent browsers per account (Workers Bindings only) | 30 per account [^1] [^2] |
45-
| New browser instances per minute (Workers Bindings only) | 30 per minute [^1] [^2] |
44+
| Concurrent browsers per account (Workers Bindings only) | 30 per account [^2] |
45+
| New browser instances per minute (Workers Bindings only) | 30 per minute [^2] |
4646
| Browser timeout | 60 seconds |
4747
| Total requests per min (REST API only) | 180 per minute [^2] [^3] |
4848

49-
[^2]: Rate limits are enforced with a fixed **per-second fill rate**. For example, a limit of 180 requests per minute translates to **3 requests per second**. This means you cannot send all 180 requests at once; the API expects them to be spread evenly over the minute. If your account has a custom higher limit, it will also be enforced at a per-second rate.
50-
[^3]: Contact our team to request increases to this limit.
49+
[^2]: Contact our team to request increases to this limit.
50+
[^3]: Rate limits are enforced with a fixed **per-second fill rate**. For example, a limit of 180 requests per minute translates to **3 requests per second**. This means you cannot send all 180 requests at once; the API expects them to be spread evenly over the minute. If your account has a custom higher limit, it will also be enforced at a per-second rate.
5151

5252
:::note[Note on browser timeout]
5353
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.

0 commit comments

Comments
 (0)