mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-01 11:29:48 +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()
|
||||
}
|
||||
|
||||
// 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
Block a user