Skip to content

Commit

Permalink
Update sdk.go
Browse files Browse the repository at this point in the history
  • Loading branch information
davidelienhard authored Aug 9, 2024
1 parent 81e2e78 commit 244c3f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ func Insecure(insecure bool) ServeOption {
}
}

// MaxMsgSize returns a ServeOption to set the max message size in bytes the server can receive.
// MaxRecvMessageSize returns a ServeOption to set the max message size in bytes the server can receive.
// If this is not set, gRPC uses the default limit.
func MaxRecvMessageSize(sz int) ServeOption {
return func(o *ServeOptions) error {
Expand Down

0 comments on commit 244c3f3

Please sign in to comment.