From 84e5e0de99c6e770e477b619c6c4f6557cf249b5 Mon Sep 17 00:00:00 2001 From: Maciej Urbanski Date: Tue, 2 Apr 2024 20:58:47 +0200 Subject: [PATCH] deemphasize --threads parameter --- README.md | 6 ------ b2/_internal/console_tool.py | 3 +-- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/README.md b/README.md index bf175c6b..719fe508 100644 --- a/README.md +++ b/README.md @@ -118,12 +118,6 @@ B2 Storage service. Each different command may required additional capabilities. You can find the details for each command in the help for that command. -### Parallelism and the `--threads` parameter - -Users with high performance networks, file sets with very small files, or high network latency, will usually benefit from increased parallelism. Experiment with using the `--threads` parameter to increase performance. - -Note that using many threads could in some cases be detrimental to the other users on your network. - ### Docker image #### Authorization diff --git a/b2/_internal/console_tool.py b/b2/_internal/console_tool.py index 0f7cd387..ce89841f 100644 --- a/b2/_internal/console_tool.py +++ b/b2/_internal/console_tool.py @@ -777,7 +777,7 @@ def _setup_parser(cls, parser): class ThreadsMixin(Described): """ - Use --threads to manually adjust number of threads used in the operation. + Use --threads to manually adjust the number of threads used in the operation. Otherwise, the number of threads will be automatically chosen. """ @@ -3222,7 +3222,6 @@ class UploadFileMixin( The maximum number of upload threads to use to upload parts of a large file is specified by ``--threads``. It has no effect on "small" files (under 200MB as of writing this). - Default is 10. Each fileInfo is of the form ``a=b``. """