diff options
author | ekhramtsov <ekhramtsov@process-one.net> | 2010-02-18 15:48:11 +0900 |
---|---|---|
committer | ekhramtsov <ekhramtsov@process-one.net> | 2010-02-18 15:48:11 +0900 |
commit | e6c23e0413f542ef0bff693c8921cb4f6a10ad6c (patch) | |
tree | 6f61f887ebb1a8d9bda60cd01c8f2146881cbea3 /src | |
parent | option "access_from" is now documented (EJAB-1187) (diff) |
improved explanation of "max_fsm_queue" option; included this option in ejabberd.cfg.example (EJAB-1185)
Diffstat (limited to 'src')
-rw-r--r-- | src/ejabberd.cfg.example | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ejabberd.cfg.example b/src/ejabberd.cfg.example index 93ea7bb47..da46b786f 100644 --- a/src/ejabberd.cfg.example +++ b/src/ejabberd.cfg.example @@ -343,6 +343,12 @@ %% {shaper, fast, {maxrate, 50000}}. +%% +%% This option specifies the maximum number of elements in the queue +%% of the FSM. Refer to documentation for details. +%% +{max_fsm_queue, 1000}. + %%%. ==================== %%%' ACCESS CONTROL LISTS |