Mercurial > prosody-modules
changeset 4967:1e8381f0d0a8
mod_firewall: README: Fix grammar and further improve wording
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Tue, 28 Jun 2022 16:45:09 +0100 |
parents | 4ffd6551f4bb |
children | 487f1eb829cf |
files | mod_firewall/README.markdown |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_firewall/README.markdown Tue Jun 28 16:39:44 2022 +0100 +++ b/mod_firewall/README.markdown Tue Jun 28 16:45:09 2022 +0100 @@ -364,10 +364,10 @@ be used in some [chains](#chains), such as for outgoing messages (the recipient may be on another server). Performance note: these checks can potentially cause storage access (especially if the recipient -is currently offline), so you may want to limit its use in high-traffic situations, and place rules +is currently offline), so you may want to limit their use in high-traffic situations, and place rules containing a roster check below other rules (such as a rate limiter). The storage access is -performed unconditionally before the first rule that contains a roster-based condition, even if earlier -conditions in that rule do not match. +performed unconditionally just before evaluation of the first rule that contains a roster-based +condition, even if earlier conditions in that rule do not match. #### IN ROSTER