Merge pull request #1713 from mnowster/increase-default-worker-number

Increase max-workers
This commit is contained in:
Aanand Prasad 2015-07-16 16:33:01 +01:00
commit ca298309e0
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'