conf: max_queued_messages: clarify per client limit

Signed-off-by: Karl Palsson <karlp@etactica.com>
pull/200/head
Karl Palsson 9 years ago
parent 8268e6da08
commit 642e141c23

@ -374,9 +374,9 @@
<varlistentry> <varlistentry>
<term><option>max_queued_messages</option> <replaceable>count</replaceable></term> <term><option>max_queued_messages</option> <replaceable>count</replaceable></term>
<listitem> <listitem>
<para>The maximum number of QoS 1 or 2 messages to hold in <para>The maximum number of QoS 1 or 2 messages to hold in the
the queue above those messages that are currently in queue (per client) above those messages that are currently
flight. Defaults to 100. Set to 0 for no maximum (not in flight. Defaults to 100. Set to 0 for no maximum (not
recommended). See also the recommended). See also the
<option>queue_qos0_messages</option> option.</para> <option>queue_qos0_messages</option> option.</para>
<para>Reloaded on reload signal.</para> <para>Reloaded on reload signal.</para>

@ -46,7 +46,7 @@
# and 2 messages. # and 2 messages.
#max_inflight_messages 20 #max_inflight_messages 20
# The maximum number of QoS 1 and 2 messages to hold in a queue # The maximum number of QoS 1 and 2 messages to hold in a queue per client
# above those that are currently in-flight. Defaults to 100. Set # above those that are currently in-flight. Defaults to 100. Set
# to 0 for no maximum (not recommended). # to 0 for no maximum (not recommended).
# See also queue_qos0_messages. # See also queue_qos0_messages.

Loading…
Cancel
Save