diff --git a/pkg/remote/codec/validate.go b/pkg/remote/codec/validate.go index fe6e0c1a82..306b9c1e1d 100644 --- a/pkg/remote/codec/validate.go +++ b/pkg/remote/codec/validate.go @@ -35,7 +35,7 @@ import ( const ( PayloadValidatorPrefix = "PV_" - maxPayloadChecksumLength = 1024 + maxPayloadChecksumLength = 4096 // maximum 4k ) // PayloadValidator is the interface for validating the payload of RPC requests, which allows customized Checksum function.