mirror of https://github.com/milvus-io/milvus.git
Fix enableAutoCompaction default value (#22254)
/kind bug issue: #22253 Signed-off-by: Yuchen Gao <yuchen.gao@zilliz.com>pull/22513/head
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…
Reference in New Issue