[skip ci]Fix golint in indexcoord/prama_table.go (#9298)

Signed-off-by: cai.zhang <cai.zhang@zilliz.com>
This commit is contained in:
cai.zhang 2021-10-05 22:42:18 +08:00 committed by GitHub
parent eab57af117
commit e6eff2dfea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -92,6 +92,7 @@ func (pt *ParamTable) initServerMaxSendSize() {
zap.Int("indexCoord.grpc.serverMaxSendSize", pt.ServerMaxSendSize))
}
// initServerMaxSendSize initializes the max receive size of IndexCoord service.
func (pt *ParamTable) initServerMaxRecvSize() {
var err error