diff --git a/tikv-configuration-file.md b/tikv-configuration-file.md index 5477cd5dfcccc..fe9367205ffcb 100644 --- a/tikv-configuration-file.md +++ b/tikv-configuration-file.md @@ -2145,6 +2145,7 @@ Configuration items related to log backup. + The rate limit on throughput in an incremental data scan during log backup, which means the maximum amount of data that can be read from the disk per second. Note that if you only specify a number (for example, `60`), the unit is Byte instead of KiB. + Default value: 60MiB ++ Minimum value: 1MiB ### `max-flush-interval` New in v6.2.0