docs: Update apps/emqx/i18n/emqx_schema_i18n.conf

This commit is contained in:
Zaiming (Stone) Shi 2022-10-21 17:28:49 +02:00 committed by GitHub
parent 0f03449b43
commit ca052bd0f4
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: """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服务器将会产生一条告警日志。注意向订阅客户端转发消息的动作发生在进入等待之前。"""
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, 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."""
zh: """客户端发布 QoS 2 消息时,服务器等待 `PUBREL` 的最长时延。超过该时长后服务器会放弃等待,该PACKET ID 会被释放,从而允许后续新的 PUBLISH 消息使用。如果超时后收到 PUBREL服务器将会产生一条告警日志。注意向订阅客户端转发消息的动作发生在进入等待之前。"""
}
label: {
en: """Max Awaiting PUBREL TIMEOUT"""