未验证 提交 524f1024 编写于 作者: S shengjun.li 提交者: GitHub

allow modify build_index_threshold (#3497)

Signed-off-by: Nshengjun.li <shengjun.li@zilliz.com>
上级 378ddd0d
......@@ -166,7 +166,7 @@ ConfigMgr::ConfigMgr() {
/* invisible */
/* engine */
{"engine.build_index_threshold",
CreateIntegerConfig("engine.build_index_threshold", false, 0, std::numeric_limits<int64_t>::max(),
CreateIntegerConfig("engine.build_index_threshold", true, 0, std::numeric_limits<int64_t>::max(),
&config.engine.build_index_threshold.value, 4096, nullptr, nullptr)},
{"engine.search_combine_nq",
CreateIntegerConfig("engine.search_combine_nq", true, 0, std::numeric_limits<int64_t>::max(),
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册