chore(i18n): improve the max_awaiting_rel desc
This commit is contained in:
parent
72a228c521
commit
6d232fda5c
|
@ -869,10 +869,8 @@ When set to true, invalid utf8 strings in for example client ID, topic name, etc
|
|||
|
||||
mqtt_max_awaiting_rel {
|
||||
desc {
|
||||
en: """For each publisher session, the maximum number of outstanding QoS 2 messages pending on the client to send PUBREL. After reaching this limit, new QoS 2 PUBLISH requests will be rejected with reason code `147(0x93)` until either PUBREL is received or timed out.</br>
|
||||
After this queue is full, the processing of QoS 2 messages will be stopped."""
|
||||
zh: """EMQX 会在客户端的会话中创建一个等待队列来接受客户端的 QoS 2 消息,直到这条 QoS 2 消息传输完成或由于超时被丢弃。</br>
|
||||
该队列满后会停止处理 QoS 2 消息。"""
|
||||
en: """For each publisher session, the maximum number of outstanding QoS 2 messages pending on the client to send PUBREL. After reaching this limit, new QoS 2 PUBLISH requests will be rejected with reason code `147(0x93)` until either PUBREL is received or timed out."""
|
||||
zh: """每个发布者的会话中,都存在一个队列来处理客户端发送的 QoS 2 消息。该队列会存储 QoS 2 消息的报文 ID 直到收到客户端的 PUBREL 或超时,达到队列长度的限制后,新的 QoS 2 消息发布会被拒绝,并返回 `147(0x93)` 错误。"""
|
||||
}
|
||||
label: {
|
||||
en: """Max Awaiting PUBREL"""
|
||||
|
|
Loading…
Reference in New Issue