Shuffle workers to get routers on random cores. Increase routerScaleSize default to 40.

This commit is contained in:
Håvar Aambø Fosstveit
2020-05-05 09:48:26 +02:00
parent ee338accc8
commit e2421f094f
2 changed files with 9 additions and 4 deletions
+3 -2
View File
@@ -247,10 +247,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,
// When set, maxUsersPerRoom defines how many users can join a single room. If not set, there is not limit.
// When set, maxUsersPerRoom defines how many users can join
// a single room. If not set, there is no limit.
// maxUsersPerRoom : 20,
// Room size before spreading to new router
routerScaleSize : 20,
routerScaleSize : 40,
// Mediasoup settings
mediasoup :
{