mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip ci] Add comment for Init (#9206)
Signed-off-by: xige-16 <xi.ge@zilliz.com>
This commit is contained in:
parent
e6ee4f39bb
commit
4ccb2627c0
@ -69,6 +69,8 @@ func (p *ParamTable) InitOnce() {
|
||||
p.Init()
|
||||
})
|
||||
}
|
||||
|
||||
//Init is used to initialize params
|
||||
func (p *ParamTable) Init() {
|
||||
p.BaseTable.Init()
|
||||
err := p.LoadYaml("advanced/query_node.yaml")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user