add explanation for large-cluster-size-threshold arg about multiple zones cluster

This commit is contained in:
jackcui
2023-07-21 16:42:58 +08:00
parent 4457f85eb3
commit 9d8959224c
2 changed files with 2 additions and 2 deletions

View File

@@ -1202,7 +1202,7 @@ func (nc *Controller) HealthyQPSFunc(nodeNum int) float32 {
return nc.evictionLimiterQPS
}
// ReducedQPSFunc returns the QPS for when a the cluster is large make
// ReducedQPSFunc returns the QPS for when the cluster is large make
// evictions slower, if they're small stop evictions altogether.
func (nc *Controller) ReducedQPSFunc(nodeNum int) float32 {
if int32(nodeNum) > nc.largeClusterThreshold {