Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Unified Diff: third_party/gsutil/gslib/addlhelp/throttling.py

Issue 1380943003: Roll version of gsutil to 4.15. (Closed) Base URL: https://github.com/catapult-project/catapult.git@master
Patch Set: rebase Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/gsutil/gslib/addlhelp/subdirs.py ('k') | third_party/gsutil/gslib/addlhelp/versions.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/gsutil/gslib/addlhelp/throttling.py
diff --git a/third_party/gsutil/gslib/addlhelp/throttling.py b/third_party/gsutil/gslib/addlhelp/throttling.py
index 3e228fa1a575ca3b021b2f976d6991ed0025d096..df36363159981403fe4cf06634801c0e00833b73 100644
--- a/third_party/gsutil/gslib/addlhelp/throttling.py
+++ b/third_party/gsutil/gslib/addlhelp/throttling.py
@@ -23,7 +23,7 @@ _DETAILED_HELP_TEXT = ("""
Particularly when used with the -m (multi-threading) option, gsutil can
consume a significant amount of network bandwidth. In some cases this can
cause problems, for example if you start a large rsync operation over a
- network connection used by a number of other important production tasks.
+ network link that's also used by a number of other important jobs.
While gsutil has no built-in support for throttling requests, there are
various tools available on Linux and MacOS that can be used to throttle
@@ -43,7 +43,7 @@ _DETAILED_HELP_TEXT = ("""
example, the following command would reduce I/O priority of gsutil so it
doesn't monopolize your local disk:
- ionice -c 2 -n 7 gsutil gsutil -m rsync -r ./dir gs://some bucket
+ ionice -c 2 -n 7 gsutil -m rsync -r ./dir gs://some bucket
""")
« no previous file with comments | « third_party/gsutil/gslib/addlhelp/subdirs.py ('k') | third_party/gsutil/gslib/addlhelp/versions.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698