Add rc_room_creation to Synapse config
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@element-hq/element-web-playwright-common",
|
"name": "@element-hq/element-web-playwright-common",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "1.4.3",
|
"version": "1.4.4",
|
||||||
"license": "SEE LICENSE IN README.md",
|
"license": "SEE LICENSE IN README.md",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|||||||
@@ -104,6 +104,10 @@ const DEFAULT_CONFIG = {
|
|||||||
burst_count: 10000,
|
burst_count: 10000,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
rc_room_creation: {
|
||||||
|
per_second: 1000,
|
||||||
|
burst_count: 1000,
|
||||||
|
},
|
||||||
media_store_path: "/tmp/media_store",
|
media_store_path: "/tmp/media_store",
|
||||||
max_upload_size: "50M",
|
max_upload_size: "50M",
|
||||||
max_image_pixels: "32M",
|
max_image_pixels: "32M",
|
||||||
|
|||||||
Reference in New Issue
Block a user