Skip to content

Commit

Permalink
cherry pick pingcap#25513 to release-5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lysu committed Jun 18, 2021
1 parent 4c5046f commit 26f50c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion store/tikv/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ import (

// MaxRecvMsgSize set max gRPC receive message size received from server. If any message size is larger than
// current value, an error will be reported from gRPC.
var MaxRecvMsgSize = math.MaxInt64
var MaxRecvMsgSize = math.MaxInt64 - 1

// Timeout durations.
var (
Expand Down

0 comments on commit 26f50c5

Please sign in to comment.