mirror of https://github.com/milvus-io/milvus.git
[skip ci]Add comment for initIndexRootPath in indexcoord/param_table.go (#9372)
Signed-off-by: cai.zhang <cai.zhang@zilliz.com>pull/9375/head
parent
3f116c9aed
commit
85f5e07943
|
@ -153,6 +153,7 @@ func (pt *ParamTable) initMinioBucketName() {
|
|||
pt.MinioBucketName = bucketName
|
||||
}
|
||||
|
||||
// initIndexRootPath initializes the root path of index files.
|
||||
func (pt *ParamTable) initIndexRootPath() {
|
||||
rootPath, err := pt.Load("minio.rootPath")
|
||||
if err != nil {
|
||||
|
|
Loading…
Reference in New Issue