mirror of https://github.com/milvus-io/milvus.git
[skip ci]Add comment for startGrpcLoop in indexnode (#12046)
Signed-off-by: Cai.Zhang <cai.zhang@zilliz.com>pull/12052/head
parent
da0e5b7b0b
commit
6d652263a2
|
@ -67,6 +67,7 @@ func (s *Server) Run() error {
|
|||
return nil
|
||||
}
|
||||
|
||||
// startGrpcLoop starts the grep loop of IndexNode component.
|
||||
func (s *Server) startGrpcLoop(grpcPort int) {
|
||||
defer s.loopWg.Done()
|
||||
|
||||
|
|
Loading…
Reference in New Issue