mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-11-30 02:48:45 +08:00
Set compaction default value to be true (#25424)
Signed-off-by: xiaofan-luan <xiaofan.luan@zilliz.com>
This commit is contained in:
parent
268368031c
commit
b437195e17
@ -2008,7 +2008,7 @@ the number of binlog file reaches to max value.`,
|
||||
p.EnableCompaction = ParamItem{
|
||||
Key: "dataCoord.enableCompaction",
|
||||
Version: "2.0.0",
|
||||
DefaultValue: "false",
|
||||
DefaultValue: "true",
|
||||
Doc: "Enable data segment compaction",
|
||||
Export: true,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user