LP#1612771: don't adjust max_stanza_size during installation
authorGalen Charlton <gmc@esilibrary.com>
Tue, 1 Nov 2016 19:46:13 +0000 (15:46 -0400)
committerGalen Charlton <gmc@esilibrary.com>
Tue, 1 Nov 2016 21:13:34 +0000 (17:13 -0400)
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 <gmc@esilibrary.com>

README

diff --git a/README b/README
index bb1228d..a5b3324 100644 (file)
--- 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: