From 58f299891080cbc2f0548776b63967e4196317ff Mon Sep 17 00:00:00 2001 From: rosbeef andino Date: Sun, 3 Apr 2022 21:16:11 -0400 Subject: [PATCH] add max video member parameter to set max memory usage --- manifest.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/manifest.json b/manifest.json index bba73bc..e571f91 100644 --- a/manifest.json +++ b/manifest.json @@ -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" } ] }