mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add comment for start proxy (#10031)
Signed-off-by: dragondriver <jiquan.long@zilliz.com>pull/10041/head
parent
65a1ae0210
commit
1211e286da
|
@ -282,6 +282,7 @@ func (node *Proxy) sendChannelsTimeTickLoop() {
|
|||
}()
|
||||
}
|
||||
|
||||
// Start starts a proxy node.
|
||||
func (node *Proxy) Start() error {
|
||||
err := InitMetaCache(node.rootCoord)
|
||||
if err != nil {
|
||||
|
|
Loading…
Reference in New Issue