Skip to content
Snippets Groups Projects
Unverified Commit d0e41f6b authored by Brendan Irvine-Broque's avatar Brendan Irvine-Broque Committed by GitHub
Browse files

[Workers] Clarify subrequest limit for Workers Standard (#10968)

* Clarify subrequest limit for Workers Standard

* Update content/workers/platform/limits.md
parent 28ca282b
Branches
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ title: Limits
| Feature | Free | Paid (Bundled and Unbound) |
| ------------------------------------------------------------------------------- | --------- | --------- |
| [Subrequests](#subrequests) | 50/request| 50/request (Bundled),<br> 1000/request (Unbound)|
| [Subrequests](#subrequests) | 50/request| 50/request ([Bundled](/workers/platform/pricing/#bundled-usage-model)),<br> 1000/request ([Unbound](/workers/platform/pricing/#unbound-usage-model), [Standard](/workers/platform/pricing/#standard-usage-model))|
| [Simultaneous outgoing<br/>connections/request](#simultaneous-open-connections) | 6 | 6 |
| [Environment variables](#environment-variables) | 64/Worker | 128/Worker |
| [Environment variable<br/>size](#environment-variables) | 5 KB | 5 KB |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment