mod_muc_limits/README.markdown
changeset 2773 fdb2f53347d6
parent 1837 52e998bb4490
child 2774 7cd877aa6095
equal deleted inserted replaced
2772:2af42a3af131 2773: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