Fix config param desc info.

This commit is contained in:
jiadebinmary@gmail.com
2023-06-05 07:13:03 +00:00
committed by ob-robot
parent 3a5d8cf7a8
commit 808cb15bda

View File

@ -1351,8 +1351,7 @@ DEF_INT(query_response_time_range_base, OB_TENANT_PARAMETER, "10", "[2,10000]",
"The default value is False. Value: TRUE: trigger flush FALSE: do not trigger",
ObParameterAttr(Section::TENANT, Source::DEFAULT, EditLevel::DYNAMIC_EFFECTIVE));
DEF_TIME(arbitration_timeout, OB_TENANT_PARAMETER, "5s", "[3s,]",
"timeout which will trigger automatic degrading when arbitration replica exists"
"Range: [3s,+∞]",
"The timeout before automatically degrading when arbitration member exists. Range: [3s,+∞]",
ObParameterAttr(Section::TRANS, Source::DEFAULT, EditLevel::DYNAMIC_EFFECTIVE));
DEF_BOOL(_ignore_system_memory_over_limit_error, OB_CLUSTER_PARAMETER, "False",
"When the hold of observer tenant is over the system_memory, print ERROR with False, or WARN with True",