mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
Fix enableAutoCompaction default value (#22254)
/kind bug issue: #22253 Signed-off-by: Yuchen Gao <yuchen.gao@zilliz.com>
This commit is contained in:
parent
9f047e356e
commit
74d158e149
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user