Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/processone/ejabberd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Khramtsov <xramtsov@gmail.com>2017-10-29 11:18:23 +0300
committerGitHub <noreply@github.com>2017-10-29 11:18:23 +0300
commit2aeee9eab4c753083549f65bcad3065b350f3ac9 (patch)
tree882e299e70c308d1038bbf97250a526934259fd3 /ejabberd.yml.example
parented792274e3d9832929d47627a95ccfbf6182f222 (diff)
parent532aba993bf270604c2715773c3f668b5846c254 (diff)
Merge pull request #2028 from weiss/increase-queue-sizes
Increase max_fsm_queue and max_ack_queue sizes
Diffstat (limited to 'ejabberd.yml.example')
-rw-r--r--ejabberd.yml.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/ejabberd.yml.example b/ejabberd.yml.example
index 0df20d626..fd8b745e6 100644
--- a/ejabberd.yml.example
+++ b/ejabberd.yml.example
@@ -444,7 +444,7 @@ shaper:
## This option specifies the maximum number of elements in the queue
## of the FSM. Refer to the documentation for details.
##
-max_fsm_queue: 1000
+max_fsm_queue: 10000
###. ====================
###' ACCESS CONTROL LISTS