diff --git a/pkg/util/paramtable/component_param.go b/pkg/util/paramtable/component_param.go index ba13b5e42620b561d21744d1d508188ee45d52b4..2a33e36be70d2a715b6f4ee753dfd47445c7c32d 100644 --- a/pkg/util/paramtable/component_param.go +++ b/pkg/util/paramtable/component_param.go @@ -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.`,