Browse Source

Be more explicit about the default values

David Robertson 1 year ago
parent
commit
e16294ef3b
1 changed files with 3 additions and 3 deletions
  1. 3 3
      docs/usage/configuration/config_documentation.md

+ 3 - 3
docs/usage/configuration/config_documentation.md

@@ -1386,10 +1386,10 @@ This option allows admins to ratelimit joins to a room based on the number of re
 joins (local or remote) to that room. It is intended to mitigate mass-join spam
 waves which target multiple homeservers.
 
-Sensible values for this option are provided by default; most server admins
-won't need to adjust this setting.
+By default, one join is permitted to a room every second, with an accumulating
+buffer of up to ten instantaneous joins.
 
-Example configuration:
+Example configuration (default values):
 ```yaml
 rc_joins_per_room:
   per_second: 1