From 7b3de495c337468e5c3fed68795a9dfa9eb12609 Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Fri, 19 Aug 2011 09:45:16 -0400 Subject: [PATCH] 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 --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.11.0