Skip to content

Commit

Permalink
store/tikv: increase batch split region limit (#24508) (#26656)
Browse files Browse the repository at this point in the history
  • Loading branch information
nolouch authored Jul 28, 2021
1 parent 168aab5 commit 797bddd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion store/tikv/split_region.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ import (
"go.uber.org/zap"
)

const splitBatchRegionLimit = 16
const splitBatchRegionLimit = 2048

func equalRegionStartKey(key, regionStartKey []byte) bool {
return bytes.Equal(key, regionStartKey)
Expand Down

0 comments on commit 797bddd

Please sign in to comment.