|
30.
|
|
|
log_type
|
|
|
|
(no translation yet)
|
|
|
|
Located in
mosquitto.conf.5.xml:141(option)
|
|
31.
|
|
|
Choose types of messages to log. Possible types are: debug, error, warning, notice, information, none. Defaults to error, warning, notice and information. This option may be specified multiple times. Note that the debug type (used for decoding incoming network packets) is never logged in syslog or topics.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
mosquitto.conf.5.xml:143(para)
|
|
32.
|
|
|
max_connections
|
|
|
|
(no translation yet)
|
|
|
|
Located in
mosquitto.conf.5.xml:152(option)
|
|
33.
|
|
|
Limit the total number of clients connected. Set to -1 to have "unlimited" connections. Note that other limits may be imposed that are outside the control of mosquitto. See e.g. <citerefentry><refentrytitle>limits.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry>.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
mosquitto.conf.5.xml:154(para)
|
|
34.
|
|
|
max_inflight_messages
|
|
|
|
(no translation yet)
|
|
|
|
Located in
mosquitto.conf.5.xml:161(option)
|
|
35.
|
|
|
The maximum number of QoS 1 or 2 messages that can be in the process of being transmitted simultaneously. This includes messages currently going through handshakes and messages that are being retried. Defaults to 20. Set to 0 for no maximum. If set to 1, this will guarantee in-order delivery of messages.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
mosquitto.conf.5.xml:163(para)
|
|
36.
|
|
|
max_queued_messages
|
|
|
|
(no translation yet)
|
|
|
|
Located in
mosquitto.conf.5.xml:172(option)
|
|
37.
|
|
|
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 recommended).
|
|
|
|
(no translation yet)
|
|
|
|
Located in
mosquitto.conf.5.xml:174(para)
|
|
38.
|
|
|
password_file
|
|
|
|
(no translation yet)
|
|
|
|
Located in
mosquitto.conf.5.xml:181(option)
|
|
39.
|
|
|
Set the path to a password file. If defined, the contents of the file are used to control client access to the broker. Each line should be in the format "username:password", where the colon and password are optional but recommended. If allow_anonymous is set to false, only users defined in this file will be able to connect. Setting allow_anonymous to true when password_file is defined is valid and could be used with acl_file to have e.g. read only guest/anonymous accounts and defined users that can publish.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
mosquitto.conf.5.xml:183(para)
|