This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tweak phrasing; note the version adding the option
- Loading branch information
David Robertson
committed
Jul 8, 2022
1 parent
dcb1683
commit 4da8f29
Showing
1 changed file
with
4 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1382,7 +1382,7 @@ rc_joins: | |
--- | ||
### `rc_joins_per_room` | ||
|
||
This option allows for ratelimiting joins to a room based on the number of recent | ||
This option allows admins to ratelimit joins to a room based on the number of recent | ||
joins (local or remote) to that room. It is intended to mitigate mass-join spam | ||
waves which target multiple homeservers. | ||
|
||
|
@@ -1395,6 +1395,9 @@ rc_joins_per_room: | |
per_second: 1 | ||
burst_count: 10 | ||
``` | ||
|
||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
DMRobertson
Contributor
|
||
_Added in Synapse 1.63.0._ | ||
|
||
--- | ||
### `rc_3pid_validation` | ||
|
||
|
I envisioned this being below the
rc_joins_per_room
and above the description (like around line 1384) but I don't think it makes a huge difference so I will leave that up to you!