added rc_invites configuration for synapse

This commit is contained in:
Benjamin Castellan
2022-08-17 13:34:33 +02:00
parent eb54955d63
commit 22db7914e5
2 changed files with 15 additions and 0 deletions

View File

@ -142,6 +142,19 @@ matrix_synapse_rc_joins:
per_second: 0.01
burst_count: 3
matrix_synapse_rc_invites:
per_room:
per_second: 0.5
burst_count: 5
per_user:
per_second: 0.004
burst_count: 3
per_issuer:
per_second: 0.5
burst_count: 5
matrix_synapse_rc_federation:
window_size: 1000
sleep_limit: 10