Increase default Synapse/rc_message rate limits

The new rate limits are more suitable for running Element Call.

Ref:

- 93ae2aed98/docs/self-hosting.md (a-matrix-homeserver)
- https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/3562

Instead of trying to increase them conditionally only when Element Call
is enabled, it's simpler and good-enough to just increase them in all cases.
This commit is contained in:
Slavi Pantaleev 2025-03-12 09:13:43 +02:00
parent 63f81bf268
commit c5a03efdf6

View File

@ -416,8 +416,8 @@ matrix_synapse_root_log_level: "WARNING"
# Rate limits
matrix_synapse_rc_message:
per_second: 0.2
burst_count: 10
per_second: 0.5
burst_count: 30
matrix_synapse_rc_registration:
per_second: 0.17