Просмотр исходного кода

Fix the comments of mqtt.session.* configurations

Feng 9 лет назад
Родитель
Сommit
53572b7d37
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      etc/emq.conf

+ 2 - 2
etc/emq.conf

@@ -130,14 +130,14 @@ mqtt.client.enable_stats = off
 ## Upgrade QoS?
 mqtt.session.upgrade_qos = off
 
-## Max number of QoS 1 and 2 messages that can be “inflight” at one time.
+## Max Size of the Inflight Window for QoS1 and QoS2 messages
 ## 0 means no limit
 mqtt.session.max_inflight = 32
 
 ## Retry Interval for redelivering QoS1/2 messages.
 mqtt.session.retry_interval = 20s
 
-## Max Packets that Awaiting PUBREL, 0 means no limit
+## Client -> Broker: Max Packets Awaiting PUBREL, 0 means no limit
 mqtt.session.max_awaiting_rel = 100
 
 ## Awaiting PUBREL Timeout