Refine some comments (#26401)

Signed-off-by: yangxuan <xuan.yang@zilliz.com>
pull/26417/head
XuanYang-cn 2023-08-17 10:54:18 +08:00 committed by GitHub
parent 95bcf3e900
commit be30838cf9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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)