From edf926b0831662ffdd4efb6cf4cd58f6dee9ec66 Mon Sep 17 00:00:00 2001 From: Jinlong Liu <50897894+King-Dylan@users.noreply.github.com> Date: Tue, 12 Dec 2023 11:10:47 -0800 Subject: [PATCH 1/2] Fix: BR concurrency parameter explain more clearly Fix: BR concurrency parameter explain more clearly --- br/use-br-command-line-tool.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/br/use-br-command-line-tool.md b/br/use-br-command-line-tool.md index c9bd3da4f16d9..16c35a221e541 100644 --- a/br/use-br-command-line-tool.md +++ b/br/use-br-command-line-tool.md @@ -47,7 +47,7 @@ A `br` command consists of multiple layers of sub-commands. Currently, br comman * `--cert`: specifies the path to the SSL certificate in the PEM format. * `--key`: specifies the path to the SSL certificate key in the PEM format. * `--status-addr`: specifies the listening address through which `br` provides statistics to Prometheus. -* `--concurrency`: the number of concurrent tasks during the backup or restore. +* `--concurrency`: the number of concurrent tasks during the backup or restore. (If --ratelimit and --concurrency are set simultaneously, BR will ignore --concurrency) ## Commands of full backup From d7ea1b3f1db1ccb9b9b46d1e3ff550ee23ebe628 Mon Sep 17 00:00:00 2001 From: Ran Date: Fri, 15 Dec 2023 14:18:11 +0800 Subject: [PATCH 2/2] Update br/use-br-command-line-tool.md --- br/use-br-command-line-tool.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/br/use-br-command-line-tool.md b/br/use-br-command-line-tool.md index 16c35a221e541..2acbe3edb2117 100644 --- a/br/use-br-command-line-tool.md +++ b/br/use-br-command-line-tool.md @@ -47,7 +47,7 @@ A `br` command consists of multiple layers of sub-commands. Currently, br comman * `--cert`: specifies the path to the SSL certificate in the PEM format. * `--key`: specifies the path to the SSL certificate key in the PEM format. * `--status-addr`: specifies the listening address through which `br` provides statistics to Prometheus. -* `--concurrency`: the number of concurrent tasks during the backup or restore. (If --ratelimit and --concurrency are set simultaneously, BR will ignore --concurrency) +* `--concurrency`: the number of concurrent tasks during the backup or restore. If `--ratelimit` and `--concurrency` are set simultaneously, BR ignores `--concurrency`. ## Commands of full backup