From: Dan Scott Date: Wed, 29 Feb 2012 15:27:36 +0000 (-0500) Subject: Update max_user_sessions suggestion to 10000 to match wiki X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=75f27021d4b45eebbf52a89a35f96e775f92a207;p=working%2FOpenSRF.git Update max_user_sessions suggestion to 10000 to match wiki 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 --- diff --git a/README b/README index cb3770b..7c0f45d 100644 --- 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 +