mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
Fix enableAutoCompaction default value (#22255)
/kind bug issue: #22253 Signed-off-by: Yuchen Gao <yuchen.gao@zilliz.com>
This commit is contained in:
parent
551888a82e
commit
9129c11dec
@ -1414,7 +1414,7 @@ func (p *dataCoordConfig) initEnableCompaction() {
|
||||
}
|
||||
|
||||
func (p *dataCoordConfig) initEnableAutoCompaction() {
|
||||
p.EnableAutoCompaction.Store(p.Base.ParseBool("dataCoord.compaction.enableAutoCompaction", false))
|
||||
p.EnableAutoCompaction.Store(p.Base.ParseBool("dataCoord.compaction.enableAutoCompaction", true))
|
||||
}
|
||||
|
||||
func (p *dataCoordConfig) initCompactionMinSegment() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user