Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 6e778cf

Browse files
authored
Merge pull request #1713 from magento/buskamuza-default-jobs-number
Fixed default number of jobs
2 parents 6792aad + e97a43d commit 6e778cf

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

guides/v2.2/config-guide/cli/config-cli-subcommands-static-view.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -221,9 +221,7 @@ The following table explains this command's parameters and values.
221221
<td>
222222
<p>
223223
Enable parallel processing using the specified number of
224-
jobs. The default is 4. To cause the task to run in one
225-
process (for example, if your system does not support
226-
process forking), use <code>--jobs 1</code>.
224+
jobs. The default is 0 (do not run in parallel processes).
227225
</p>
228226
</td>
229227
<td>

0 commit comments

Comments
 (0)