mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-01 19:39:21 +08:00
[skip ci]Modify comment in param table (#9140)
Signed-off-by: sunby <bingyi.sun@zilliz.com>
This commit is contained in:
parent
5b9191c32f
commit
7448904c8a
@ -99,7 +99,7 @@ func (p *ParamTable) Init() {
|
|||||||
p.initStatsStreamPosSubPath()
|
p.initStatsStreamPosSubPath()
|
||||||
}
|
}
|
||||||
|
|
||||||
// Init once ensure param table is a singleton
|
// InitOnce ensures param table is a singleton
|
||||||
func (p *ParamTable) InitOnce() {
|
func (p *ParamTable) InitOnce() {
|
||||||
once.Do(func() {
|
once.Do(func() {
|
||||||
p.Init()
|
p.Init()
|
||||||
|
Loading…
Reference in New Issue
Block a user