1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/jitsi_ynh.git synced 2024-09-03 19:35:57 +02:00

add max video member parameter

to set max memory usage
This commit is contained in:
rosbeef andino 2022-04-03 21:16:11 -04:00 committed by GitHub
parent 5fbc1b4226
commit 58f2998910
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,6 +37,12 @@
{
"name": "domain",
"type": "domain"
},
{
"name": "max video members",
"type": "string",
"default": "1056"
"example": "One user consume around 1,5mb of memory for 50 simultaneous user will consume next to 71 Mb"
}
]
}