mirror of https://github.com/docker/compose.git
Merge pull request #1713 from mnowster/increase-default-worker-number
Increase max-workers
This commit is contained in:
commit
ca298309e0
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue