chore: update apps/emqx/i18n/emqx_schema_i18n.conf
Co-authored-by: Zaiming (Stone) Shi <zmstone@gmail.com>
This commit is contained in:
parent
fa020d036f
commit
72a228c521
|
@ -869,7 +869,7 @@ 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: """EMQX creates a wait queue in the client's session to accept QoS 2 messages from the client until this QoS 2 message transmission is complete or is discarded due to timeout.</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.</br>
|
||||||
After this queue is full, the processing of QoS 2 messages will be stopped."""
|
After this queue is full, the processing of QoS 2 messages will be stopped."""
|
||||||
zh: """EMQX 会在客户端的会话中创建一个等待队列来接受客户端的 QoS 2 消息,直到这条 QoS 2 消息传输完成或由于超时被丢弃。</br>
|
zh: """EMQX 会在客户端的会话中创建一个等待队列来接受客户端的 QoS 2 消息,直到这条 QoS 2 消息传输完成或由于超时被丢弃。</br>
|
||||||
该队列满后会停止处理 QoS 2 消息。"""
|
该队列满后会停止处理 QoS 2 消息。"""
|
||||||
|
|
Loading…
Reference in New Issue