# HG changeset patch # User Kim Alvefur # Date 1687643628 -7200 # Node ID b97ae1cd78130c34df5c9d7449aa93077656aee4 # Parent 731ba9400c10c2bb48cd77f66dca33b01afd46d5 mod_muc_limits: Normalise README markdown syntax (thanks pandoc) diff -r 731ba9400c10 -r b97ae1cd7813 mod_muc_limits/README.markdown --- a/mod_muc_limits/README.markdown Sat Jun 24 23:51:31 2023 +0200 +++ b/mod_muc_limits/README.markdown Sat Jun 24 23:53:48 2023 +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.