Add maxprocesses option to limit the maximum number of workers when using numprocesses=auto

Fix #337
This commit is contained in:
Pavel Pristupa
2018-10-17 16:37:13 +07:00
parent 86e2fb5a5a
commit 5ce8a6ec1a
4 changed files with 20 additions and 1 deletions

3
changelog/337.feature Normal file
View File

@@ -0,0 +1,3 @@
```
Add --maxprocesses command-line option to limit the maximum number of workers when using --numprocesses=auto
```