Browse Source

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 <[email protected]>
Mazz Mosley 10 years ago
parent
commit
29f51f8216
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compose/const.py

+ 1 - 1
compose/const.py

@@ -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'