summary refs log tree commit diff
path: root/docker/complement
diff options
context:
space:
mode:
authorSven Mäder <rda0@users.noreply.github.com>2025-01-24 20:58:01 +0100
committerGitHub <noreply@github.com>2025-01-24 19:58:01 +0000
commit9c5d08fff8d66a7cc0e2ecfeeb783f933a778c2f (patch)
tree4ed921cdf835dfdc0002840baa1e796209ef9b00 /docker/complement
parentContrib: Docker: updates PostgreSQL version in `docker-compose.yml` (#18089) (diff)
downloadsynapse-9c5d08fff8d66a7cc0e2ecfeeb783f933a778c2f.tar.xz
Ratelimit presence updates (#18000)
Diffstat (limited to 'docker/complement')
-rw-r--r--docker/complement/conf/workers-shared-extra.yaml.j25
1 files changed, 5 insertions, 0 deletions
diff --git a/docker/complement/conf/workers-shared-extra.yaml.j2 b/docker/complement/conf/workers-shared-extra.yaml.j2

index 4c8fa65e62..797d58e9b3 100644 --- a/docker/complement/conf/workers-shared-extra.yaml.j2 +++ b/docker/complement/conf/workers-shared-extra.yaml.j2
@@ -89,6 +89,11 @@ rc_invites: per_second: 1000 burst_count: 1000 +rc_presence: + per_user: + per_second: 9999 + burst_count: 9999 + federation_rr_transactions_per_room_per_second: 9999 allow_device_name_lookup_over_federation: true