From f0c02bf3cc4e8e2c1049fd2ba0fd24079b5aeba6 Mon Sep 17 00:00:00 2001 From: Josh Stompro Date: Wed, 21 May 2014 08:26:53 -0500 Subject: [PATCH] (doc) Reorder changes to ejabberd.cfg in install instructions I found it annoying that the list of changes to make to ejabberd.cfg didn't follow the order that the options showed up in the default Debian ejabberd.cfg. I reordered them so after you finish changing one option, you can search forward in the document for the next term. (From Github pull request #3.) Signed-off-by: Josh Stompro Signed-off-by: Galen Charlton --- README | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README b/README index 56fc678..0f84872 100644 --- a/README +++ b/README @@ -197,10 +197,10 @@ changes: {hosts, ["localhost", "private.localhost", "public.localhost"]}. --------------------------------------------------------------------------- + - b. Comment out the `mod_offline` directive - 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 + b. Change all `max_stanza_size` values to 2000000 + c. Change all `maxrate` values to 500000 + d. Increase the `max_user_sessions` value to 10000 + e. Comment out the `mod_offline` directive + 3. Restart the ejabberd server to make the changes take effect: + -- 2.43.2