mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-06 20:53:54 +02:00
update AC monitor to launch 7 ACs
This commit is contained in:
parent
6046573394
commit
d55eba9440
1 changed files with 2 additions and 2 deletions
|
@ -582,7 +582,7 @@ function checkNewContent() {
|
|||
if (argv.noUpdater) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
// Start downloading content set
|
||||
var req = request.head({
|
||||
url: HOME_CONTENT_URL
|
||||
|
@ -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