[CP] fix the description of configuration item rpc_port
This commit is contained in:
@ -48,7 +48,7 @@ DEF_STR_LIST(config_additional_dir, OB_CLUSTER_PARAMETER, "etc2;etc3", "addition
|
||||
DEF_STR(leak_mod_to_check, OB_CLUSTER_PARAMETER, "NONE", "the name of the module under memory leak checks",
|
||||
ObParameterAttr(Section::OBSERVER, Source::DEFAULT, EditLevel::DYNAMIC_EFFECTIVE));
|
||||
DEF_INT(rpc_port, OB_CLUSTER_PARAMETER, "2882", "(1024,65536)",
|
||||
"the port number for RPC protocol. Range: (1024. 65536) in integer",
|
||||
"the port number for RPC protocol. Range: (1024, 65536) in integer",
|
||||
ObParameterAttr(Section::OBSERVER, Source::DEFAULT, EditLevel::DYNAMIC_EFFECTIVE));
|
||||
DEF_INT(mysql_port, OB_CLUSTER_PARAMETER, "2881", "(1024,65536)",
|
||||
"port number for mysql connection. Range: (1024, 65536) in integer",
|
||||
|
Reference in New Issue
Block a user