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
congqixia 2025-02-14 14:48:14 +08:00 committed by GitHub
parent a54c3fe5bd
commit 93212a9a63
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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,
}