mirror of https://github.com/milvus-io/milvus.git
enhance: Sync multipleChunkEnabled default value & milvus yaml (#39372)
The default value and yaml have different values which may cause confusion when upgrading from older version. Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>pull/39890/head
parent
a54c3fe5bd
commit
93212a9a63
|
@ -2716,7 +2716,7 @@ This defaults to true, indicating that Milvus creates temporary index for growin
|
|||
p.MultipleChunkedEnable = ParamItem{
|
||||
Key: "queryNode.segcore.multipleChunkedEnable",
|
||||
Version: "2.0.0",
|
||||
DefaultValue: "false",
|
||||
DefaultValue: "true",
|
||||
Doc: "Enable multiple chunked search",
|
||||
Export: true,
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue