Skip to content

Commit c5a03ef

Browse files
committed
Increase default Synapse/rc_message rate limits
The new rate limits are more suitable for running Element Call. Ref: - https://github.com/element-hq/element-call/blob/93ae2aed9841e0b066d515c56bd4c122d2b591b2/docs/self-hosting.md#a-matrix-homeserver - #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.
1 parent 63f81bf commit c5a03ef

File tree

1 file changed

+2
-2
lines changed
  • roles/custom/matrix-synapse/defaults

1 file changed

+2
-2
lines changed

roles/custom/matrix-synapse/defaults/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -416,8 +416,8 @@ matrix_synapse_root_log_level: "WARNING"
416416

417417
# Rate limits
418418
matrix_synapse_rc_message:
419-
per_second: 0.2
420-
burst_count: 10
419+
per_second: 0.5
420+
burst_count: 30
421421

422422
matrix_synapse_rc_registration:
423423
per_second: 0.17

0 commit comments

Comments
 (0)