Mercurial > prosody-modules
comparison mod_muc_limits/README.markdown @ 2769:fdb2f53347d6
mod_muc_limits: Document muc_max_nick_length
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Fri, 22 Sep 2017 13:43:41 +0100 |
parents | 52e998bb4490 |
children | 7cd877aa6095 |
comparison
equal
deleted
inserted
replaced
2768:2af42a3af131 | 2769:fdb2f53347d6 |
---|---|
37 | 37 |
38 Name Default value Description | 38 Name Default value Description |
39 -------------------- --------------- ------------------------------------------ | 39 -------------------- --------------- ------------------------------------------ |
40 muc\_event\_rate 0.5 The maximum number of events per second. | 40 muc\_event\_rate 0.5 The maximum number of events per second. |
41 muc\_burst\_factor 6 Allow temporary bursts of this multiple. | 41 muc\_burst\_factor 6 Allow temporary bursts of this multiple. |
42 muc\_max\_nick\_length 23 The maximum allowed length of user nicknames | |
42 | 43 |
43 For more understanding of how these values are used, see the algorithm | 44 For more understanding of how these values are used, see the algorithm |
44 section below. | 45 section below. |
45 | 46 |
46 Algorithm | 47 Algorithm |