From 8c8a00f126cdf062ccb20f0c3cef932c9cce6ad0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5var=20Aamb=C3=B8=20Fosstveit?= Date: Mon, 4 May 2020 23:53:38 +0200 Subject: [PATCH] Remove config option that is not used anymore --- server/config/config.example.js | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/server/config/config.example.js b/server/config/config.example.js index ee41c3d..e8960f7 100644 --- a/server/config/config.example.js +++ b/server/config/config.example.js @@ -246,17 +246,11 @@ module.exports = }, // When truthy, the room will be open to all users when as long as there // are allready users in the room - activateOnHostJoin : true, - // If this is set to true, only signed-in users will be able - // to join a room directly. Non-signed-in users (guests) will - // always be put in the lobby regardless of room lock status. - // If false, there is no difference between guests and signed-in - // users when joining. - requireSignInToAccess : true, + activateOnHostJoin : true, // Room size before spreading to new router - routerScaleSize : 20, + routerScaleSize : 20, // Mediasoup settings - mediasoup : + mediasoup : { numWorkers : Object.keys(os.cpus()).length, // mediasoup Worker settings.