[OpenSRF-GIT] OpenSRF branch master updated. 7b3de495c337468e5c3fed68795a9dfa9eb12609

Evergreen Git git at git.evergreen-ils.org
Fri Aug 19 09:47:43 EDT 2011


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "OpenSRF".

The branch, master has been updated
       via  7b3de495c337468e5c3fed68795a9dfa9eb12609 (commit)
      from  f9648c10fb745f366d0181b96bb60a3a79bb972a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 7b3de495c337468e5c3fed68795a9dfa9eb12609
Author: Dan Scott <dan at coffeecode.net>
Date:   Fri Aug 19 09:45:16 2011 -0400

    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 <dscott at laurentian.ca>

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:

-----------------------------------------------------------------------

Summary of changes:
 README |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
OpenSRF


More information about the opensrf-commits mailing list