Mercurial > prosody-wiki
changeset 327:5597754f81ea
correct grammar mistake.
author | Marco Cirillo <maranda@lightwitch.org> |
---|---|
date | Tue, 12 Mar 2013 18:41:03 +0000 |
parents | 8fe2ec8a9f77 |
children | 1f308c72f72e |
files | mod_c2s_conn_throttle.wiki |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_c2s_conn_throttle.wiki Tue Mar 12 18:12:25 2013 +0000 +++ b/mod_c2s_conn_throttle.wiki Tue Mar 12 18:41:03 2013 +0000 @@ -12,7 +12,7 @@ Optional configuration directives: <code language="lua"> -cthrottler_logins_count = 3 -- number of logins attempt allowed, default is 3 +cthrottler_logins_count = 3 -- number of login attempts allowed, default is 3 cthrottler_time = 60 -- .. in number of seconds, default is 60 </code>