From 642e141c23e4e24b65616dfb8c310a264976296f Mon Sep 17 00:00:00 2001 From: Karl Palsson Date: Tue, 21 Jun 2016 11:00:44 +0000 Subject: [PATCH] conf: max_queued_messages: clarify per client limit Signed-off-by: Karl Palsson --- man/mosquitto.conf.5.xml | 6 +++--- mosquitto.conf | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/man/mosquitto.conf.5.xml b/man/mosquitto.conf.5.xml index 8d8bad72..c2caf11c 100644 --- a/man/mosquitto.conf.5.xml +++ b/man/mosquitto.conf.5.xml @@ -374,9 +374,9 @@ count - The maximum number of QoS 1 or 2 messages to hold in - the queue above those messages that are currently in - flight. Defaults to 100. Set to 0 for no maximum (not + The maximum number of QoS 1 or 2 messages to hold in the + queue (per client) above those messages that are currently + in flight. Defaults to 100. Set to 0 for no maximum (not recommended). See also the option. Reloaded on reload signal. diff --git a/mosquitto.conf b/mosquitto.conf index d06a7ccb..bbe24750 100644 --- a/mosquitto.conf +++ b/mosquitto.conf @@ -46,7 +46,7 @@ # and 2 messages. #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 # to 0 for no maximum (not recommended). # See also queue_qos0_messages.