Fixed ogBoot postAction controller
testing/ogcore-api/pipeline/head This commit looks good
Details
testing/ogcore-api/pipeline/head This commit looks good
Details
parent
b4d3ff5e89
commit
34c8fe2d1a
|
@ -55,7 +55,10 @@ class DeployImageAction extends AbstractController
|
|||
default => throw new ValidatorException('Invalid method'),
|
||||
};
|
||||
|
||||
$ptcMulticastValue = "$method $input->mcastPort:$input->mcastMode.'-duplex'.:$input->mcastIp:$input->mcastSpeed.'M'.:$input->maxClients:$input->maxTime";
|
||||
$mcastMode = $input->mcastMode.'-duplex';
|
||||
$mcastSpeed = $input->mcastSpeed.'M';
|
||||
|
||||
$ptcMulticastValue = "$method $input->mcastPort:$mcastMode:$input->mcastIp:$mcastSpeed:$input->maxClients:$input->maxTime";
|
||||
$ptcTorrentValue = "$method $input->p2pMode:$input->p2pTime";
|
||||
$ptcUnicastValue = $method;
|
||||
|
||||
|
|
Loading…
Reference in New Issue