Add rc_presence ratelimiting config to demo/start.sh (#18145)

Missed in https://github.com/element-hq/synapse/pull/18000
This commit is contained in:
Andrew Morgan
2025-02-11 14:39:12 +07:00
committed by GitHub
parent 703f2e8c43
commit c1815bf5a1
2 changed files with 5 additions and 0 deletions

View File

@@ -138,6 +138,10 @@ for port in 8080 8081 8082; do
per_user:
per_second: 1000
burst_count: 1000
rc_presence:
per_user:
per_second: 1000
burst_count: 1000
RC
)
echo "${ratelimiting}" >> "$port.config"