Pull translations in parallel

This commit is contained in:
Kovid Goyal 2020-08-23 14:34:43 +05:30
parent acb42d737d
commit 2a928a25f9
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

@ -692,7 +692,7 @@ def run(self, opts):
if opts.check_for_errors:
self.check_all()
return
self.tx('pull -a')
self.tx('pull -a --parallel --no-interactive')
if not self.is_modified:
self.info('No translations were updated')
return