Skip to content

Commit ab905d9

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

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
@@ -113,7 +113,7 @@
113113
"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
{
116-
"description": "The number of concurrency units that this operation should take up. The maximum concurrency units is determined by the -p flag.",
116+
"description": "The number of concurrency units that this operation should take up. At runtime this value will be clamped to the range `[0, rushParallelism]`, where `rushParallelism` is the requested parallelism to the current Rush command.",
117117
"type": "integer",
118118
"minimum": 0
119119
}

0 commit comments

Comments
 (0)