未验证 提交 4a388cf4 编写于 作者: J jaime 提交者: GitHub

[skip e2e] Align default value with milvus.yaml file (#25619)

Signed-off-by: Njaime <yun.zhang@zilliz.com>
上级 08547fe1
......@@ -2042,7 +2042,7 @@ func (p *dataCoordConfig) init(base *BaseTable) {
p.SegmentSealProportion = ParamItem{
Key: "dataCoord.segment.sealProportion",
Version: "2.0.0",
DefaultValue: "0.25",
DefaultValue: "0.23",
Export: true,
}
p.SegmentSealProportion.Init(base.mgr)
......@@ -2077,7 +2077,7 @@ func (p *dataCoordConfig) init(base *BaseTable) {
p.SegmentMaxIdleTime = ParamItem{
Key: "dataCoord.segment.maxIdleTime",
Version: "2.0.0",
DefaultValue: "3600",
DefaultValue: "600",
Doc: `If a segment didn't accept dml records in ` + "maxIdleTime" + ` and the size of segment is greater than
` + "minSizeFromIdleToSealed" + `, Milvus will automatically seal it.
The max idle time of segment in seconds, 10*60.`,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册