mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 02:56:55 +02:00
Merge pull request #27 from birarda/entity-script-server
update AC monitor to launch 7 ACs
This commit is contained in:
commit
8b311acf44
1 changed files with 2 additions and 2 deletions
|
@ -582,7 +582,7 @@ function checkNewContent() {
|
||||||
if (argv.noUpdater) {
|
if (argv.noUpdater) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Start downloading content set
|
// Start downloading content set
|
||||||
var req = request.head({
|
var req = request.head({
|
||||||
url: HOME_CONTENT_URL
|
url: HOME_CONTENT_URL
|
||||||
|
@ -859,7 +859,7 @@ function onContentLoaded() {
|
||||||
|
|
||||||
if (dsPath && acPath) {
|
if (dsPath && acPath) {
|
||||||
domainServer = new Process('domain-server', dsPath, ["--get-temp-name"], logPath);
|
domainServer = new Process('domain-server', dsPath, ["--get-temp-name"], logPath);
|
||||||
acMonitor = new ACMonitorProcess('ac-monitor', acPath, ['-n6',
|
acMonitor = new ACMonitorProcess('ac-monitor', acPath, ['-n7',
|
||||||
'--log-directory', logPath,
|
'--log-directory', logPath,
|
||||||
'--http-status-port', httpStatusPort], httpStatusPort, logPath);
|
'--http-status-port', httpStatusPort], httpStatusPort, logPath);
|
||||||
homeServer = new ProcessGroup('home', [domainServer, acMonitor]);
|
homeServer = new ProcessGroup('home', [domainServer, acMonitor]);
|
||||||
|
|
Loading…
Reference in a new issue