Add rc_room_creation to Synapse config

This commit is contained in:
Michael Telatynski 2025-07-31 10:10:24 +01:00
parent 2b1858c436
commit 7a24eecde8
2 changed files with 5 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{
"name": "@element-hq/element-web-playwright-common",
"type": "module",
"version": "1.4.3",
"version": "1.4.4",
"license": "SEE LICENSE IN README.md",
"repository": {
"type": "git",

View File

@ -104,6 +104,10 @@ const DEFAULT_CONFIG = {
burst_count: 10000,
},
},
rc_room_creation: {
per_second: 1000,
burst_count: 1000,
},
media_store_path: "/tmp/media_store",
max_upload_size: "50M",
max_image_pixels: "32M",