# HG changeset patch # User Kim Alvefur # Date 1506105296 -7200 # Node ID 397dafbd79fc015c51040bd876bc0d64e6fe5fe7 # Parent 7cd877aa609505c57729de5dbc3b7e1e4bff50f7 mod_muc_limits: Fix alignment of table columns diff -r 7cd877aa6095 -r 397dafbd79fc mod_muc_limits/README.markdown --- 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.