Skip to content

Commit 49763bb

Browse files
authored
Update limits.mdx (#21935)
limits clarification
1 parent ab2114d commit 49763bb

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
@@ -15,7 +15,7 @@ import { Render, Plan } from "~/components";
1515
| Feature | Limit |
1616
| -------------------------------------- | --------------- |
1717
| Concurrent browsers per account (Workers Binding API only) | 3 per account |
18-
| New browser instances per minute | 3 per minute |
18+
| New browser instances per minute (Workers Binding API only) | 3 per minute |
1919
| Browser timeout | 60 seconds [^2] |
2020
| Total requests per min (REST API only) | 6 per minute |
2121

@@ -26,7 +26,7 @@ import { Render, Plan } from "~/components";
2626
| Feature | Limit |
2727
| -------------------------------------- | ------------------- |
2828
| Concurrent browsers per account (Workers Binding API only) | 10 per account [^1] |
29-
| New browser instances per minute | 10 per minute [^1] |
29+
| New browser instances per minute (Workers Binding API only) | 10 per minute [^1] |
3030
| Browser timeout | 60 seconds [^2][^1] |
3131
| Total requests per min (REST API only) | 60 per minute |
3232

0 commit comments

Comments
 (0)