Increase max-workers

There's significant speed improvement by having more workers. This
value still shouldn't cause anyone's machines to melt/explode.

Signed-off-by: Mazz Mosley <mazz@houseofmnowster.com>
This commit is contained in:
Mazz Mosley 2015-07-16 16:17:26 +01:00
parent c7dccccd1f
commit 29f51f8216
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
DEFAULT_MAX_WORKERS = 5
DEFAULT_MAX_WORKERS = 20
DEFAULT_TIMEOUT = 10
LABEL_CONTAINER_NUMBER = 'com.docker.compose.container-number'
LABEL_ONE_OFF = 'com.docker.compose.oneoff'