mirror of
https://github.com/element-hq/synapse.git
synced 2026-08-27 22:34:55 +00:00
deploy: 444bc56cda
This commit is contained in:
@@ -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.",
|
||||
|
||||
Reference in New Issue
Block a user