mirror of https://github.com/milvus-io/milvus.git
[skip ci] Refine querycoord param table comment (#12722)
Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>pull/12726/head
parent
fcfa425530
commit
877bfdac58
|
@ -52,7 +52,7 @@ type ParamTable struct {
|
|||
SearchChannelPrefix string
|
||||
SearchResultChannelPrefix string
|
||||
|
||||
// --- ETCD ---
|
||||
// --- etcd ---
|
||||
EtcdEndpoints []string
|
||||
MetaRootPath string
|
||||
KvRootPath string
|
||||
|
@ -107,7 +107,7 @@ func (p *ParamTable) Init() {
|
|||
p.initStatsChannelName()
|
||||
p.initTimeTickChannelName()
|
||||
|
||||
// --- ETCD ---
|
||||
// --- etcd ---
|
||||
p.initEtcdEndpoints()
|
||||
p.initMetaRootPath()
|
||||
p.initKvRootPath()
|
||||
|
|
Loading…
Reference in New Issue