mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 00:07:31 +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
|
@ -859,7 +859,7 @@ function onContentLoaded() {
|
|||
|
||||
if (dsPath && acPath) {
|
||||
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,
|
||||
'--http-status-port', httpStatusPort], httpStatusPort, logPath);
|
||||
homeServer = new ProcessGroup('home', [domainServer, acMonitor]);
|
||||
|
|
Loading…
Reference in a new issue