Add support for adjusting Synapse rate-limiting configuration
This commit is contained in:
@ -68,6 +68,28 @@ matrix_synapse_root_log_level: "INFO"
|
||||
matrix_synapse_rc_messages_per_second: 0.2
|
||||
matrix_synapse_rc_message_burst_count: 10.0
|
||||
|
||||
matrix_synapse_rc_registration:
|
||||
per_second: 0.17
|
||||
burst_count: 3
|
||||
|
||||
matrix_synapse_rc_login:
|
||||
address:
|
||||
per_second: 0.17
|
||||
burst_count: 3
|
||||
account:
|
||||
per_second: 0.17
|
||||
burst_count: 3
|
||||
failed_attempts:
|
||||
per_second: 0.17
|
||||
burst_count: 3
|
||||
|
||||
matrix_synapse_federation_rc_window_size: 1000
|
||||
matrix_synapse_federation_rc_sleep_limit: 10
|
||||
matrix_synapse_federation_rc_sleep_delay: 500
|
||||
matrix_synapse_federation_rc_reject_limit: 50
|
||||
matrix_synapse_federation_rc_concurrent: 3
|
||||
matrix_synapse_federation_rr_transactions_per_room_per_second: 50
|
||||
|
||||
# Controls whether the TLS federation listener is enabled (tcp/8448).
|
||||
# Only makes sense if federation is enabled (`matrix_synapse_federation_enabled`).
|
||||
# Note that federation may potentially be enabled as non-TLS on tcp/8048 as well.
|
||||
|
Reference in New Issue
Block a user