Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kvserver: add minimum cpu lb split threshold
Previously, `kv.range_split.load_cpu_threshold` had no minimum setting value. It is undesirable to allow users to set this setting to low as excessive splitting may occur. `kv.range_split.load_cpu_threshold` now has a minimum setting value of `10ms`. Resolves: #98107 Release note (ops change): `kv.range_split.load_cpu_threshold` now has a minimum setting value of `10ms`.
- Loading branch information