chore: improve max_awating_rel_timeout conf docs

Co-authored-by: Zaiming (Stone) Shi <zmstone@gmail.com>
This commit is contained in:
JianBo He 2022-10-21 16:08:09 +08:00 committed by GitHub
parent 49dd25cb14
commit 0f03449b43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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"""