Commit e81e468d authored by Mustafa Emre Acer's avatar Mustafa Emre Acer Committed by Commit Bot

Use 10 threads instead of 1 while uploading screenshots

Bug: 842913
Change-Id: I834c962a21faeb53cb64acb4a4202cf7cfe0af9e
Reviewed-on: https://chromium-review.googlesource.com/1149185
Commit-Queue: Mustafa Emre Acer <meacer@chromium.org>
Reviewed-by: default avataranthonyvd <anthonyvd@chromium.org>
Cr-Commit-Position: refs/heads/master@{#579457}
parent df45365e
...@@ -176,7 +176,7 @@ def main(): ...@@ -176,7 +176,7 @@ def main():
gsutil=gsutil, gsutil=gsutil,
force=False, force=False,
use_md5=False, use_md5=False,
num_threads=1, num_threads=10,
skip_hashing=False, skip_hashing=False,
gzip=None) != 0: gzip=None) != 0:
print 'Error uploading screenshots, exiting.' print 'Error uploading screenshots, exiting.'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment