Skip to content

Commit

Permalink
Merge branch 'ctl-1' of github.com:CalvinNeo/pd into ctl-1
Browse files Browse the repository at this point in the history
  • Loading branch information
CalvinNeo committed Dec 25, 2024
2 parents c04479b + d586084 commit 8e2fa03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/api/region.go
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ func (h *regionsHandler) CheckRegionsReplicated(w http.ResponseWriter, r *http.R
}

// @Tags region
// @Summary
// @Summary Add a scheduler that try best to balance the region peer distribution among store for a given range [startKey, endKey]
// @Accept json
// @Param start_key body string true "Regions start key, hex encoded"
// @Param end_key body string true "Regions end key, hex encoded"
Expand Down

0 comments on commit 8e2fa03

Please sign in to comment.