mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Add comment for setReadyLoad (#13649)
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>pull/13675/head
parent
6b4a0234a5
commit
4b4fcd61dc
|
@ -65,6 +65,7 @@ func (info *indexInfo) setIndexParams(params map[string]string) {
|
|||
info.indexParams = params
|
||||
}
|
||||
|
||||
// setReadyLoad the the flag to check if the index is ready to load
|
||||
func (info *indexInfo) setReadyLoad(load bool) {
|
||||
info.readyLoad = load
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue