Add a 0 to max_stanza_size in README instructions
authorDan Scott <dan@coffeecode.net>
Fri, 19 Aug 2011 13:45:16 +0000 (09:45 -0400)
committerDan Scott <dan@coffeecode.net>
Fri, 19 Aug 2011 13:45:16 +0000 (09:45 -0400)
Yes, that should be 2000000, not 200000 for max_stanza_size. Symptoms
included "Text of error message received from Jabber: XML stanza is too
big" in error logs and crashing OpenSRF processes.

For reference,
http://list.georgialibraries.org/pipermail/open-ils-dev/2011-August/007494.html

Signed-off-by: Dan Scott <dscott@laurentian.ca>

README

diff --git a/README b/README
index 87d3914..2cb8013 100644 (file)
--- a/README
+++ b/README
@@ -154,7 +154,7 @@ changes:
 +
   b. Comment out the `mod_offlinex` directive
   c. Increase the `max_user_sessions` value to 1000
-  d. Change all `max_stanza_size` values to 200000
+  d. Change all `max_stanza_size` values to 2000000
   e. Change all `maxrate` values to 500000 
 +
 3. Restart the ejabberd server to make the changes take effect: