mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-04 19:56:45 +02:00
Add rc_room_creation to Synapse config
This commit is contained in:
parent
2b1858c436
commit
7a24eecde8
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user