diff --git a/pkg/util/paramtable/component_param.go b/pkg/util/paramtable/component_param.go index f258b187575737a3ccb97a5fbeb4dc9c4ff24922..ba13b5e42620b561d21744d1d508188ee45d52b4 100644 --- a/pkg/util/paramtable/component_param.go +++ b/pkg/util/paramtable/component_param.go @@ -2264,12 +2264,12 @@ During compaction, the size of segment # of rows is able to exceed segment max # } p.GCInterval.Init(base.mgr) - // Do you set this to incredible small value, make sure this to be more than 10 minutes at least + // Do not set this to incredible small value, make sure this to be more than 10 minutes at least p.GCMissingTolerance = ParamItem{ Key: "dataCoord.gc.missingTolerance", Version: "2.0.0", DefaultValue: "3600", - Doc: "file meta missing tolerance duration in seconds, 60*60*3", + Doc: "file meta missing tolerance duration in seconds, default to 1hr", Export: true, } p.GCMissingTolerance.Init(base.mgr)