This commit is contained in:
Lars-Magnus Skog 2016-06-25 20:46:42 +02:00 committed by GitHub
parent 89e093d1b5
commit f273a8635e
1 changed files with 2 additions and 2 deletions

View File

@ -111,7 +111,7 @@ This is the main emqttd broker configuration file.
File Syntax File Syntax
----------- -----------
The file users the standard Erlang config syntax, consists of a list of erlang applications and their environments. The file use the standard Erlang config syntax and consists of a list of erlang applications and their environments.
.. code-block:: erlang .. code-block:: erlang
@ -541,7 +541,7 @@ Plugins Folder
TCP Listeners TCP Listeners
------------- -------------
Congfigure the TCP listeners for MQTT, MQTT(SSL) and HTTP Protocols. Configure the TCP listeners for MQTT, MQTT(SSL) and HTTP Protocols.
The most important parameter is 'max_clients' - max concurrent clients allowed. The most important parameter is 'max_clients' - max concurrent clients allowed.