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

change max user to max memory

for better understand
This commit is contained in:
rosbeef andino 2022-04-04 16:42:00 -04:00 committed by GitHub
parent 52ef280493
commit b4b27bece2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,7 +24,7 @@ ynh_abort_if_errors
#=================================================
domain=$YNH_APP_ARG_DOMAIN
maxmembers=$YNH_APP_ARG_MAXMEMBERS
max_memory=$YNH_APP_ARG_MAX_MEMORY
path_url="/"
app=$YNH_APP_INSTANCE_NAME
@ -43,9 +43,6 @@ focus_user="focus"
videobridge_user="jvb"
user_memory_usage=1,5
max_memory=$(( $user_memory_usage * $maxmembers ))
#=================================================
# CHECK IF THE APP CAN BE INSTALLED WITH THESE ARGS
#=================================================