[skip e2e] Add comment for global param (#14987)

Signed-off-by: shaoyue.chen <shaoyue.chen@zilliz.com>
pull/15002/head
shaoyue 2022-01-07 13:27:38 +08:00 committed by GitHub
parent cc66847f9a
commit 0b74c62aed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -2065,6 +2065,7 @@ func (p *grpcConfig) initListener() {
}
}
// GrpcServerConfig is configuration for grpc server.
type GrpcServerConfig struct {
grpcConfig
@ -2132,6 +2133,7 @@ func (p *GrpcServerConfig) initServerMaxRecvSize() {
zap.String("role", p.Domain), zap.Int("grpc.serverMaxRecvSize", p.ServerMaxRecvSize))
}
// GrpcClientConfig is configuration for grpc client.
type GrpcClientConfig struct {
grpcConfig