Skip to content

Commit 2fdb23d

Browse files
Update libraries/rush-lib/src/schemas/rush-project.schema.json
Co-authored-by: David Michon <dmichon@microsoft.com>
1 parent 50b9ee3 commit 2fdb23d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libraries/rush-lib/src/schemas/rush-project.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
{
111111
"type": "string",
112112
"pattern": "^[1-9][0-9]*(\\.\\d+)?%$",
113-
"description": "The percentage of concurrency units that this operation should take up. The maximum concurrency units is determined by `os.availableParallelism()`."
113+
"description": "The number of concurrency units that this operation should take up, as a percent of `os.availableParallelism()`. At runtime this value will be clamped to the range `[1, rushParallelism]`, where `rushParallelism` is the requested parallelism to the current Rush command. To have this operation consume no concurrency, use the literal value `0`."
114114
},
115115
{
116116
"description": "The number of concurrency units that this operation should take up. The maximum concurrency units is determined by the -p flag.",

0 commit comments

Comments
 (0)