parallel_pull is default behavior in new versions (#7395)

Signed-off-by: pacoxu <paco.xu@daocloud.io>
This commit is contained in:
Paco Xu 2020-12-03 03:58:22 +08:00 committed by GitHub
parent 3f4d1ea97e
commit 6f3f696bd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -746,7 +746,7 @@ class Project:
return plans
def pull(self, service_names=None, ignore_pull_failures=False, parallel_pull=False, silent=False,
def pull(self, service_names=None, ignore_pull_failures=False, parallel_pull=True, silent=False,
include_deps=False):
services = self.get_services(service_names, include_deps)