mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-03 19:44:14 -04:00
Batch up outgoing read-receipts to reduce federation traffic. (#4890)
Rate-limit outgoing read-receipts as per #4730.
This commit is contained in:
parent
11f2125885
commit
a902d13180
7 changed files with 308 additions and 22 deletions
|
@ -438,6 +438,14 @@ log_config: "CONFDIR/SERVERNAME.log.config"
|
|||
#
|
||||
#federation_rc_concurrent: 3
|
||||
|
||||
# Target outgoing federation transaction frequency for sending read-receipts,
|
||||
# per-room.
|
||||
#
|
||||
# If we end up trying to send out more read-receipts, they will get buffered up
|
||||
# into fewer transactions.
|
||||
#
|
||||
#federation_rr_transactions_per_room_per_second: 50
|
||||
|
||||
|
||||
|
||||
# Directory where uploaded images and attachments are stored.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue