This commit is contained in:
MadLittleMods
2026-01-05 19:37:14 +00:00
parent 062683a4c7
commit df295f6ce3
5 changed files with 46 additions and 2 deletions
@@ -1978,6 +1978,14 @@
}
]
},
"rc_user_directory": {
"$ref": "#/$defs/rc",
"description": "This option allows admins to ratelimit searches in the user directory.\n\n_Added in Synapse 1.145.0._",
"default": {
"per_second": 0.016,
"burst_count": 200.0
}
},
"federation_rr_transactions_per_room_per_second": {
"type": "integer",
"description": "Sets outgoing federation transaction frequency for sending read-receipts, per-room.\n\nIf we end up trying to send out more read-receipts, they will get buffered up into fewer transactions.",