From: Galen Charlton Date: Tue, 1 Nov 2016 19:46:13 +0000 (-0400) Subject: LP#1612771: don't adjust max_stanza_size during installation X-Git-Tag: osrf_rel_2_5_0-alpha~17 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=d79c7eee6ce44bd3b38bd712d487cb31752c3a31;p=OpenSRF.git LP#1612771: don't adjust max_stanza_size during installation As the typical max_stanza_size for ejabberd installations is larger than what OpenSRF now needs, this patch adjusts the installation instructions to remove the step to change max_stanza_size. Signed-off-by: Galen Charlton --- diff --git a/README b/README index bb1228d..a5b3324 100644 --- a/README +++ b/README @@ -203,10 +203,9 @@ changes: {hosts, ["localhost", "private.localhost", "public.localhost"]}. --------------------------------------------------------------------------- + - b. Change all `max_stanza_size` values to 2000000 - c. Change all `maxrate` values to 500000 - d. Increase the `max_user_sessions` value to 10000 - e. Comment out the `mod_offline` directive + b. Change all `maxrate` values to 500000 + c. Increase the `max_user_sessions` value to 10000 + d. Comment out the `mod_offline` directive + (Debian Jessie) Ejabberd 13.x and 14.x:: Open `/etc/ejabberd/ejabberd.yml` and make the following @@ -222,10 +221,9 @@ hosts: - "public.localhost" --------------------------------------------------------------------------- + - b. Change all `max_stanza_size` values to 2000000 - c. Change `shaper:` `normal` and `fast` values to 500000 - d. Increase the `max_user_sessions:` `all:` value to 10000 - e. Comment out the `mod_offline` directive + b. Change `shaper:` `normal` and `fast` values to 500000 + c. Increase the `max_user_sessions:` `all:` value to 10000 + d. Comment out the `mod_offline` directive + ----------------------- ##mod_offline: @@ -246,11 +244,10 @@ hosts: - "public.localhost" --------------------------------------------------------------------------- + - b. Change all `max_stanza_size` values to 2000000 - c. Change `auth_password_format` to plain - d. Change `shaper:` `normal` and `fast` values to 500000 - e. Increase the `max_user_sessions:` `all:` value to 10000 - f. Comment out the `mod_offline` directive + b. Change `auth_password_format` to plain + c. Change `shaper:` `normal` and `fast` values to 500000 + d. Increase the `max_user_sessions:` `all:` value to 10000 + e. Comment out the `mod_offline` directive + ----------------------- ##mod_offline: