Skip to content

Commit

Permalink
tikv: enlarge batch size (pingcap#4315)
Browse files Browse the repository at this point in the history
  • Loading branch information
ngaut authored and shenli committed Aug 24, 2017
1 parent 1eed36b commit c106c37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion store/tikv/snapshot.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ var (
)

const (
scanBatchSize = 100
scanBatchSize = 256
batchGetSize = 5120
)

Expand Down

0 comments on commit c106c37

Please sign in to comment.