From: Josh Stompro Date: Wed, 21 May 2014 13:26:53 +0000 (-0500) Subject: (doc) Reorder changes to ejabberd.cfg in install instructions X-Git-Tag: osrf_rel_2_4_0-alpha~7 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=f0c02bf3cc4e8e2c1049fd2ba0fd24079b5aeba6;p=OpenSRF.git (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 --- 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: +