diff --git a/rel/i18n/emqx_schema.hocon b/rel/i18n/emqx_schema.hocon index f871cfc49..3ecb930cd 100644 --- a/rel/i18n/emqx_schema.hocon +++ b/rel/i18n/emqx_schema.hocon @@ -697,7 +697,12 @@ fields_mqtt_quic_listener_minimum_mtu.label: """Minimum MTU""" sys_msg_interval.desc: -"""Time interval of publishing `$SYS` messages.""" +"""Time interval for publishing following system messages: + - `$SYS/brokers` + - `$SYS/brokers//version` + - `$SYS/brokers//sysdescr` + - `$SYS/brokers//stats/` + - `$SYS/brokers//metrics/`""" mqtt_await_rel_timeout.desc: """For client to broker QoS 2 message, the time limit for the broker to wait before the `PUBREL` message is received. The wait is aborted after timed out, meaning the packet ID is freed for new `PUBLISH` requests. Receiving a stale `PUBREL` causes a warning level log. Note, the message is delivered to subscribers before entering the wait for PUBREL."""