mirror of https://github.com/milvus-io/milvus.git
[skip ci]Modify comment in param table (#9140)
Signed-off-by: sunby <bingyi.sun@zilliz.com>pull/9143/head
parent
5b9191c32f
commit
7448904c8a
|
@ -99,7 +99,7 @@ func (p *ParamTable) Init() {
|
|||
p.initStatsStreamPosSubPath()
|
||||
}
|
||||
|
||||
// Init once ensure param table is a singleton
|
||||
// InitOnce ensures param table is a singleton
|
||||
func (p *ParamTable) InitOnce() {
|
||||
once.Do(func() {
|
||||
p.Init()
|
||||
|
|
Loading…
Reference in New Issue