Software /
code /
prosody-modules
Changeset
2771:397dafbd79fc
mod_muc_limits: Fix alignment of table columns
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 22 Sep 2017 20:34:56 +0200 |
parents | 2770:7cd877aa6095 |
children | 2772:2c59f2f0c37d |
files | mod_muc_limits/README.markdown |
diffstat | 1 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_muc_limits/README.markdown Fri Sep 22 13:43:54 2017 +0100 +++ b/mod_muc_limits/README.markdown Fri Sep 22 20:34:56 2017 +0200 @@ -35,11 +35,11 @@ You can define (globally or per-MUC component) the following options: - Name Default value Description - -------------------- --------------- ------------------------------------------ - muc\_event\_rate 0.5 The maximum number of events per second. - muc\_burst\_factor 6 Allow temporary bursts of this multiple. - muc\_max\_nick\_length 23 The maximum allowed length of user nicknames + Name Default value Description + ------------------------ --------------- ---------------------------------------------- + muc\_event\_rate 0.5 The maximum number of events per second. + muc\_burst\_factor 6 Allow temporary bursts of this multiple. + muc\_max\_nick\_length 23 The maximum allowed length of user nicknames For more understanding of how these values are used, see the algorithm section below.