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:
parent
5fbc1b4226
commit
58f2998910
1 changed files with 6 additions and 0 deletions
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue