mirror of
https://github.com/edumeet/edumeet.git
synced 2026-07-28 13:33:53 +00:00
Make mediasoup use all available threads on platform
This commit is contained in:
parent
f941c574f2
commit
1770b0ca61
1 changed files with 2 additions and 2 deletions
|
|
@ -8,7 +8,7 @@ const config = require('./config');
|
|||
// mediasoup server.
|
||||
const mediaServer = mediasoup.Server(
|
||||
{
|
||||
numWorkers : 1,
|
||||
numWorkers : null,
|
||||
logLevel : config.mediasoup.logLevel,
|
||||
logTags : config.mediasoup.logTags,
|
||||
rtcIPv4 : config.mediasoup.rtcIPv4,
|
||||
|
|
@ -318,4 +318,4 @@ function stdinError(msg)
|
|||
console.error(colors.red.bold('ERROR: ') + colors.red(msg));
|
||||
}
|
||||
|
||||
module.exports = mediaServer;
|
||||
module.exports = mediaServer;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue