Skip to content

Commit 3e82ebc

Browse files
NicolappsConvex, Inc.
authored andcommitted
docs: rename “V8 actions” to “Convex runtime actions” in Limits (#42163)
GitOrigin-RevId: 0be4a462ae140957f60e8f0d8002d718438d72c6
1 parent 85dbac3 commit 3e82ebc

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

npm-packages/docs/docs/production/state/limits.mdx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -72,14 +72,14 @@ Applied per document and to any nested `Object` unless stated otherwise.
7272

7373
Number of functions you can run at a time for each function type.
7474

75-
| | Free/Starter | Professional<sup>\*</sup> |
76-
| -------------- | ------------ | ------------------------- |
77-
| Queries | 16 | 256 |
78-
| Mutations | 16 | 256 |
79-
| V8 actions | 64 | 256 |
80-
| Node actions | 64 | 1000 |
81-
| HTTP actions | 16 | 128 |
82-
| Scheduled jobs | 10 | 300 |
75+
| | Free/Starter | Professional<sup>\*</sup> |
76+
| ---------------------- | ------------ | ------------------------- |
77+
| Queries | 16 | 256 |
78+
| Mutations | 16 | 256 |
79+
| Convex runtime actions | 64 | 256 |
80+
| Node actions | 64 | 1000 |
81+
| HTTP actions | 16 | 128 |
82+
| Scheduled jobs | 10 | 300 |
8383

8484
<sup>*</sup> Limits can be lifted for Professional plan customers on a
8585
case-by-case basis. Send us support message through the dashboard to discuss

0 commit comments

Comments
 (0)