提交 2e7b3899 编写于 作者: N nroskill 提交者: ob-robot

fix _ob_enable_dynamic_worker wrong edit level

上级 733c8a16
......@@ -343,7 +343,7 @@ DEF_BOOL(_enable_convert_real_to_decimal, OB_TENANT_PARAMETER, "False",
ObParameterAttr(Section::TENANT, Source::DEFAULT, EditLevel::DYNAMIC_EFFECTIVE));
DEF_BOOL(_ob_enable_dynamic_worker, OB_TENANT_PARAMETER, "True",
"specifies whether worker count increases when all workers were in blocking.",
ObParameterAttr(Section::TENANT, Source::DEFAULT, EditLevel::STATIC_EFFECTIVE));
ObParameterAttr(Section::TENANT, Source::DEFAULT, EditLevel::DYNAMIC_EFFECTIVE));
// tenant memtable consumption related
DEF_INT(memstore_limit_percentage, OB_CLUSTER_PARAMETER, "50", "(0, 100)",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册