diff --git a/internal/distributed/indexcoord/param_table.go b/internal/distributed/indexcoord/param_table.go index e0c481a019..22929fd424 100644 --- a/internal/distributed/indexcoord/param_table.go +++ b/internal/distributed/indexcoord/param_table.go @@ -68,6 +68,7 @@ func (pt *ParamTable) initServiceAddress() { pt.ServiceAddress = ret } +// initServerMaxSendSize initializes the max send size of IndexCoord service. func (pt *ParamTable) initServerMaxSendSize() { var err error