Update max_user_sessions suggestion to 10000 to match wiki
authorDan Scott <dscott@laurentian.ca>
Wed, 29 Feb 2012 15:27:36 +0000 (10:27 -0500)
committerDan Scott <dscott@laurentian.ca>
Wed, 29 Feb 2012 15:27:36 +0000 (10:27 -0500)
Ben Shum noticed that the README still specified 1000 for
max_user_sessions in the ejabberd.cfg file, whereas current larger
OpenSRF systems with many services may blow past that limit. Update to
match the current wiki specification of 10000.

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

README

diff --git a/README b/README
index cb3770b..7c0f45d 100644 (file)
--- a/README
+++ b/README
@@ -203,7 +203,7 @@ changes:
 ---------------------------------------------------------------------------
 +
   b. Comment out the `mod_offline` directive
-  c. Increase the `max_user_sessions` value to 1000
+  c. Increase the `max_user_sessions` value to 10000
   d. Change all `max_stanza_size` values to 2000000
   e. Change all `maxrate` values to 500000 
 +