chore: revert stats desc
This commit is contained in:
parent
7934a1cea1
commit
3789ca2622
|
@ -1983,7 +1983,10 @@ desc("persistent_session_builtin") ->
|
||||||
desc("persistent_table_mria_opts") ->
|
desc("persistent_table_mria_opts") ->
|
||||||
"Tuning options for the mria table.";
|
"Tuning options for the mria table.";
|
||||||
desc("stats") ->
|
desc("stats") ->
|
||||||
"deprecated since 5.0.23";
|
"Enable/disable statistic data collection.\n"
|
||||||
|
"Statistic data such as message receive/send count/rate etc. "
|
||||||
|
"It provides insights of system performance and helps to diagnose issues. "
|
||||||
|
"You can find statistic data from the dashboard, or from the '/stats' API.";
|
||||||
desc("authorization") ->
|
desc("authorization") ->
|
||||||
"Settings for client authorization.";
|
"Settings for client authorization.";
|
||||||
desc("mqtt") ->
|
desc("mqtt") ->
|
||||||
|
|
Loading…
Reference in New Issue