File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -1753,9 +1753,9 @@ The maximum number of topics that a single client is allowed to subscribe to. `0
17531753
17541754#### Description
17551755
1756- Allow EMQX Broker to force the QoS level of the message upgrading to the subscribed QoS level when publishing the message .
1757-
1758-
1756+ Whether to upgrade the QoS level when delivering messages to subscribers .
1757+ - ` off ` means "downgrade": delivers using the lower QoS level between the PUBLISH message and the subscription.
1758+ - ` on ` means "upgrade": delivers using the higher QoS level between the PUBLISH message and the subscription.
17591759
17601760### zone.external.max_inflight
17611761
Original file line number Diff line number Diff line change @@ -1715,7 +1715,9 @@ Keepalive 退避指数。EMQX 如果在 `Keepalive * backoff * 2` 的时间内
17151715
17161716#### 说明
17171717
1718- 允许 EMQX 在投递消息时,强制升级消息的 QoS 等级为订阅的 QoS 等级。
1718+ 在给订阅者投递消息时,是否升级 QoS 等级。
1719+ - ` off ` 即“降级”:使用 PUBLISH 消息和订阅中较低的 QoS 等级投递。
1720+ - ` on ` 即“升级”:使用 PUBLISH 消息和订阅中较高的 QoS 等级投递。
17191721
17201722<br />
17211723
You can’t perform that action at this time.
0 commit comments