chore(i18n): improve the max_awaiting_rel desc

This commit is contained in:
JianBo He 2022-10-21 10:27:20 +08:00
parent 72a228c521
commit 6d232fda5c
1 changed files with 2 additions and 4 deletions

View File

@ -869,10 +869,8 @@ When set to true, invalid utf8 strings in for example client ID, topic name, etc
mqtt_max_awaiting_rel { mqtt_max_awaiting_rel {
desc { 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> 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."""
After this queue is full, the processing of QoS 2 messages will be stopped.""" zh: """每个发布者的会话中,都存在一个队列来处理客户端发送的 QoS 2 消息。该队列会存储 QoS 2 消息的报文 ID 直到收到客户端的 PUBREL 或超时,达到队列长度的限制后,新的 QoS 2 消息发布会被拒绝,并返回 `147(0x93)` 错误。"""
zh: """EMQX 会在客户端的会话中创建一个等待队列来接受客户端的 QoS 2 消息,直到这条 QoS 2 消息传输完成或由于超时被丢弃。</br>
该队列满后会停止处理 QoS 2 消息。"""
} }
label: { label: {
en: """Max Awaiting PUBREL""" en: """Max Awaiting PUBREL"""