mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip e2e] Add comment to proxy meta cache (#14021)
Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>
This commit is contained in:
parent
bca2e1604d
commit
21ad57c3da
@ -71,6 +71,7 @@ type MetaCache struct {
|
||||
|
||||
var globalMetaCache Cache
|
||||
|
||||
// InitMetaCache initializes globalMetaCache
|
||||
func InitMetaCache(client types.RootCoord) error {
|
||||
var err error
|
||||
globalMetaCache, err = NewMetaCache(client)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user