P2P v2 is now default engine for Easy Remote Access

cron-as-worker-process
Moe 2022-06-23 16:38:25 -07:00
parent 96c69c12c9
commit a3b23e7633
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ module.exports = function(s,config,lang,app){
config.machineId = config.p2pApiKey + '' + config.p2pGroupId
config.p2pTargetAuth = config.p2pTargetAuth || s.gid(30)
config.p2pShellAccess = config.p2pShellAccess || false
config.useBetterP2P = config.useBetterP2P === undefined ? true : config.useBetterP2P
if(!config.workerStreamOutHandlers){
config.workerStreamOutHandlers = [
'Base64',