chore: apply review suggestion

This commit is contained in:
zhongwencool 2024-06-26 18:08:17 +08:00
parent 4942f6f75a
commit 1735f8deef
1 changed files with 3 additions and 3 deletions

View File

@ -857,9 +857,9 @@ mqtt_keepalive_multiplier.label:
mqtt_keepalive_check_interval.desc: mqtt_keepalive_check_interval.desc:
"""The frequency of checking for incoming MQTT packets determines how often the server will check for new MQTT packets. """The frequency of checking for incoming MQTT packets determines how often the server will check for new MQTT packets.
If a certain amount of time passes without any packets being sent from the client,this time will be added up. If a certain amount of time passes without any packets being sent from the client, this time will be added up.
Once the accumulated time exceeds the keepalive interval * the keepalive multiplier, the connection will be terminated. Once the accumulated time exceeds `keepalive-interval * keepalive-multiplier`, the connection will be terminated.
The default is set to 30 seconds, with a minimum value of 1 second and a maximum value of Interval/2.""" The default is set to 30 seconds, with a minimum value of 1 second and a maximum value of `keepalive-interval / 2`."""
mqtt_keepalive_check_interval.label: mqtt_keepalive_check_interval.label:
"""Keep Alive Check Interval""" """Keep Alive Check Interval"""