mirror of https://github.com/milvus-io/milvus.git
[skip ci]Modify comment for Init in param table (#9142)
Signed-off-by: sunby <bingyi.sun@zilliz.com>pull/9143/head
parent
c54599ae6f
commit
68b26326d3
|
@ -63,7 +63,7 @@ type ParamTable struct {
|
|||
var Params ParamTable
|
||||
var once sync.Once
|
||||
|
||||
/* Init params from base table as well as data coord yaml*/
|
||||
// Init inits params from base table as well as data coord yaml
|
||||
func (p *ParamTable) Init() {
|
||||
// load yaml
|
||||
p.BaseTable.Init()
|
||||
|
|
Loading…
Reference in New Issue