fix _ob_enable_dynamic_worker wrong edit level
This commit is contained in:
@ -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)",
|
||||
|
||||
Reference in New Issue
Block a user