From 47826d965c2f7ce50dd4b142782263d1690d3591 Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Sat, 9 Nov 2024 16:56:24 +0000 Subject: [PATCH] switch to dev EW+EC and bump rate limiting --- compose.yml | 4 ++-- data-template/synapse/homeserver.yaml | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/compose.yml b/compose.yml index 7265949..8ed1a70 100644 --- a/compose.yml +++ b/compose.yml @@ -236,7 +236,7 @@ services: - backend element-web: - image: vectorim/element-web:latest + image: vectorim/element-web:develop restart: unless-stopped # ports: # - 8080:80 @@ -254,7 +254,7 @@ services: condition: service_completed_successfully element-call: - image: ghcr.io/element-hq/element-call + image: ghcr.io/element-hq/element-call:latest-ci restart: unless-stopped # ports: # - 8082:80 diff --git a/data-template/synapse/homeserver.yaml b/data-template/synapse/homeserver.yaml index 8e2d307..3044a5f 100644 --- a/data-template/synapse/homeserver.yaml +++ b/data-template/synapse/homeserver.yaml @@ -93,6 +93,12 @@ email: password_reset: "[%(server_name)s] Password reset" email_validation: "[%(server_name)s] Validate your email" + +# temporarily boost rate-limits to avoid breaking WIP MatrixRTC signalling +rc_message: + per_second: 2 + burst_count: 15 + experimental_features: msc3861: # OIDC enabled: true