8000 though they don't need an app dir, give each its own · distrubuted/arangodb@8d1b74f · GitHub
[go: up one dir, main page]

Skip to content

Commit 8d1b74f

Browse files
dothebartjsteemann
authored andcommitted
though they don't need an app dir, give each its own
1 parent f0305a0 commit 8d1b74f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

js/client/modules/@arangodb/process-utils.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1811,6 +1811,7 @@ function startInstanceAgency (instanceInfo, protocol, options, addArgs, rootDir)
18111811
let instanceArgs = _.clone(addArgs);
18121812
instanceArgs['log.file'] = fs.join(rootDir, 'log' + String(i));
18131813
instanceArgs['javascript.enabled'] = 'false';
1814+
instanceArgs['javascript.app-path'] = fs.join(rootDir, 'app' + String(i));
18141815
instanceArgs['agency.activate'] = 'true';
18151816
instanceArgs['agency.size'] = String(N);
18161817
instanceArgs['agency.pool-size'] = String(N);

0 commit comments

Comments
 (0)
0