未验证 提交 be30838c 编写于 作者: X XuanYang-cn 提交者: GitHub

Refine some comments (#26401)

Signed-off-by: Nyangxuan <xuan.yang@zilliz.com>
上级 95bcf3e9
...@@ -2264,12 +2264,12 @@ During compaction, the size of segment # of rows is able to exceed segment max # ...@@ -2264,12 +2264,12 @@ During compaction, the size of segment # of rows is able to exceed segment max #
} }
p.GCInterval.Init(base.mgr) 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{ p.GCMissingTolerance = ParamItem{
Key: "dataCoord.gc.missingTolerance", Key: "dataCoord.gc.missingTolerance",
Version: "2.0.0", Version: "2.0.0",
DefaultValue: "3600", 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, Export: true,
} }
p.GCMissingTolerance.Init(base.mgr) p.GCMissingTolerance.Init(base.mgr)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册