aboutsummaryrefslogtreecommitdiff
path: root/ejabberd.yml.example
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2014-07-20 07:36:24 +0200
committerHolger Weiss <holger@zedat.fu-berlin.de>2014-07-20 07:36:24 +0200
commit105b421418b3929727faed63bb20e682842d833a (patch)
tree5c2dbbebbbaedd1c5774535b71202c45c7c41b2f /ejabberd.yml.example
parentFix ejabberd.yml comment on log rotation syntax (diff)
Fix ejabberd.yml comment on overload protection
Diffstat (limited to '')
-rw-r--r--ejabberd.yml.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/ejabberd.yml.example b/ejabberd.yml.example
index 89d35899b..627011d2e 100644
--- a/ejabberd.yml.example
+++ b/ejabberd.yml.example
@@ -59,7 +59,7 @@ log_rotate_count: 1
##
## overload protection: If you want to limit the number of messages per second
-## allowed from error_logger, which is a good idea if you want to weather a flood
+## allowed from error_logger, which is a good idea if you want to avoid a flood
## of messages when system is overloaded, you can set a limit.
## 100 is ejabberd's default.
log_rate_limit: 100