Explorar el Código

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.
pull/4165/head
Slavi Pantaleev hace 11 meses
padre
commit
c5a03efdf6
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      roles/custom/matrix-synapse/defaults/main.yml

+ 2
- 2
roles/custom/matrix-synapse/defaults/main.yml Ver fichero

@@ -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


Cargando…
Cancelar
Guardar