chore: improve max_awating_rel_timeout conf docs
Co-authored-by: Zaiming (Stone) Shi <zmstone@gmail.com>
This commit is contained in:
parent
49dd25cb14
commit
0f03449b43
|
@ -880,8 +880,8 @@ When set to true, invalid utf8 strings in for example client ID, topic name, etc
|
|||
|
||||
mqtt_await_rel_timeout {
|
||||
desc {
|
||||
en: """The QoS 2 messages (Client -> Broker) handle flow will be ignored if awaiting PUBREL timeout. This QoS 2 message can be published successfully."""
|
||||
zh: """如果等待 PUBREL 超时,QoS 2消息(Client -> Broker)处理流程将被忽略。这条 QoS 2 仍然会成功发布。"""
|
||||
en: """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, and receiving a stale `PUBREL` causes a warning level log. Note, the message is delivered to subscribers before entering the wait for PUBREL."""
|
||||
zh: """客户端发布 QoS 2 消息时,服务器等待 `PUBREL` 的最长时延。超过该时长后服务器会放弃等待,如果在这之后收到 PUBREL,服务器将会产生一条告警日志。注意,向订阅客户端转发消息的动作发生在进入等待之前。"""
|
||||
}
|
||||
label: {
|
||||
en: """Max Awaiting PUBREL TIMEOUT"""
|
||||
|
|
Loading…
Reference in New Issue