From 1735f8deef48709f6b17d40119fadd488998db03 Mon Sep 17 00:00:00 2001 From: zhongwencool Date: Wed, 26 Jun 2024 18:08:17 +0800 Subject: [PATCH] chore: apply review suggestion --- rel/i18n/emqx_schema.hocon | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rel/i18n/emqx_schema.hocon b/rel/i18n/emqx_schema.hocon index eca281646..f9978fe6f 100644 --- a/rel/i18n/emqx_schema.hocon +++ b/rel/i18n/emqx_schema.hocon @@ -857,9 +857,9 @@ mqtt_keepalive_multiplier.label: mqtt_keepalive_check_interval.desc: """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. -Once the accumulated time exceeds the keepalive interval * the 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.""" +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 `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 `keepalive-interval / 2`.""" mqtt_keepalive_check_interval.label: """Keep Alive Check Interval"""