Fix enableAutoCompaction default value (#22254)

/kind bug

issue: #22253

Signed-off-by: Yuchen Gao <yuchen.gao@zilliz.com>
pull/22513/head
Ten Thousand Leaves 2023-03-01 18:21:48 -05:00 committed by GitHub
parent 9f047e356e
commit 74d158e149
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1753,7 +1753,7 @@ the number of binlog file reaches to max value.`,
p.EnableAutoCompaction = ParamItem{
Key: "dataCoord.compaction.enableAutoCompaction",
Version: "2.0.0",
DefaultValue: "false",
DefaultValue: "true",
Export: true,
}
p.EnableAutoCompaction.Init(base.mgr)