[skip ci] Refine querycoord param table comment (#12722)

Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>
pull/12726/head
edward.zeng 2021-12-03 18:51:33 +08:00 committed by GitHub
parent fcfa425530
commit 877bfdac58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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()