Skip to content

Commit 9066433

Browse files
authored
br: update restriction of ratelimit and concurrency (#15239) (#17840)
1 parent 67bdc4b commit 9066433

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

br/br-auto-tune.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ To reduce the impact of backup tasks on the cluster, starting from TiDB v5.4.0,
1313

1414
If you want to reduce the impact of backup tasks on the cluster, you can enable the auto-tune feature. With this feature enabled, BR performs backup tasks as fast as possible without excessively affecting the cluster.
1515

16-
Alternatively, you can limit the backup speed by using the TiKV configuration item [`backup.num-threads`](/tikv-configuration-file.md#num-threads-1) or using the parameter `--ratelimit`.
16+
Alternatively, you can limit the backup speed by using the TiKV configuration item [`backup.num-threads`](/tikv-configuration-file.md#num-threads-1) or using the parameter `--ratelimit`. When `--ratelimit` is set, to avoid too many tasks causing the speed limit to fail, the `concurrency` parameter of br is automatically adjusted to `1`.
1717

1818
## Use auto-tune
1919

0 commit comments

Comments
 (0)