From 75f27021d4b45eebbf52a89a35f96e775f92a207 Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Wed, 29 Feb 2012 10:27:36 -0500 Subject: [PATCH] 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 --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 + -- 2.43.2