mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +01:00
ejabberd_c2s option "max_fsm_queue" is now documented
SVN Revision: 2941
This commit is contained in:
parent
0a3cfeeed9
commit
4c8beae585
@ -809,7 +809,7 @@ The available modules, their purpose and the options allowed by each one are:
|
||||
\begin{description}
|
||||
\titem{\texttt{ejabberd\_c2s}}
|
||||
Handles c2s connections.\\
|
||||
Options: \texttt{access}, \texttt{certfile},
|
||||
Options: \texttt{access}, \texttt{certfile}, \texttt{max\_fsm\_queue},
|
||||
\texttt{max\_stanza\_size}, \texttt{shaper},
|
||||
\texttt{starttls}, \texttt{starttls\_required}, \texttt{tls},
|
||||
\texttt{zlib}
|
||||
@ -895,9 +895,11 @@ This is a detailed description of each option allowed by the listening modules:
|
||||
in seconds: \verb|{http_poll_timeout, 300}.|
|
||||
\titem{\{max\_fsm\_queue, Size\}}
|
||||
This option specifies the maximum number of elements in the queue of the FSM.
|
||||
This option can be specified for an \term{ejabberd\_service} listener,
|
||||
This option can be specified for \term{ejabberd\_service} and
|
||||
\term{ejabberd\_c2s} listeners,
|
||||
or also globally for \term{ejabberd\_s2s\_out}.
|
||||
If the option is not specified for an \term{ejabberd\_service} listener,
|
||||
If the option is not specified for \term{ejabberd\_service} or
|
||||
\term{ejabberd\_c2s} listeners,
|
||||
the globally configured value is used.
|
||||
The allowed values are integers and 'undefined'.
|
||||
Default value: 'undefined'.
|
||||
@ -981,9 +983,11 @@ There are some additional global options that can be specified in the ejabberd c
|
||||
Specified in seconds. The default value is 300 seconds (5 minutes).
|
||||
\titem{\{max\_fsm\_queue, Size\}}
|
||||
This option specifies the maximum number of elements in the queue of the FSM.
|
||||
This option can be specified for an \term{ejabberd\_service} listener,
|
||||
This option can be specified for \term{ejabberd\_service} and
|
||||
\term{ejabberd\_c2s} listeners,
|
||||
or also globally for \term{ejabberd\_s2s\_out}.
|
||||
If the option is not specified for an \term{ejabberd\_service} listener,
|
||||
If the option is not specified for \term{ejabberd\_service} or
|
||||
\term{ejabberd\_c2s} listeners,
|
||||
the globally configured value is used.
|
||||
The allowed values are integers and 'undefined'.
|
||||
Default value: 'undefined'.
|
||||
|
Loading…
Reference in New Issue
Block a user