aboutsummaryrefslogtreecommitdiff
path: root/src/ejabberd.cfg.example
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2008-12-16 17:36:34 +0000
committerBadlop <badlop@process-one.net>2008-12-16 17:36:34 +0000
commit867ce5be320c8058d26634abcd6d8234e9481235 (patch)
treea989d9126e7e138877f22930b3acc2c5a8d6c6bf /src/ejabberd.cfg.example
parentfix get_item_name deadlock on transaction (diff)
* doc/guide.tex: Fix capitalization of some section titles
* doc/guide.tex: Mention as optional Requirements: mysql, pgsql and pam * src/ejabberd_admin.erl: Command reopen-log must also rotate sasl.log (thanks to Alexander Tsvyashchenko)(EJAB-711) * src/ejabberd_logger_h.erl: Export the function rotate_log/1 * doc/guide.tex: Improve explanation of log files rotation * doc/guide.tex: Improve explanation of watchdog admins option: only useful for developers (EJAB-816) * src/ejabberd.cfg.example: Likewise * doc/guide.tex: Say 'higher' instead of 'newer' in requirements * README: Likewise * doc/guide.tex: Simplify example mod_muc configuration SVN Revision: 1732
Diffstat (limited to 'src/ejabberd.cfg.example')
-rw-r--r--src/ejabberd.cfg.example5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/ejabberd.cfg.example b/src/ejabberd.cfg.example
index 022a9ebc2..6a6b52494 100644
--- a/src/ejabberd.cfg.example
+++ b/src/ejabberd.cfg.example
@@ -72,8 +72,9 @@
{loglevel, 4}.
%%
-%% watchdog_admins: If an ejabberd process consumes too much memory,
-%% send live notifications to those Jabber accounts.
+%% watchdog_admins: Only useful for developers: if an ejabberd process
+%% consumes a lot of memory, send live notifications to these Jabber
+%% accounts.
%%
%%{watchdog_admins, ["bob@example.com"]}.