From: Dan Scott Date: Fri, 19 Aug 2011 13:45:16 +0000 (-0400) Subject: Add a 0 to max_stanza_size in README instructions X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=b0b783043fb88d2fe29c629d7cdecbd00b98f465;p=working%2FOpenSRF.git Add a 0 to max_stanza_size in README instructions 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 --- diff --git a/README b/README index 87d3914..2cb8013 100644 --- 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: