mod_muc_limits/README.markdown
changeset 2775 397dafbd79fc
parent 2774 7cd877aa6095
child 3406 6a3060d5e85d
--- 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.