mirror of https://gitee.com/bigwinds/arangodb
Merge pull request #2496 from joerg84/devel
Fixed incorrect config option in error message.
This commit is contained in:
commit
6bdc91c1b1
|
@ -177,7 +177,7 @@ void V8DealerFeature::validateOptions(std::shared_ptr<ProgramOptions> options) {
|
|||
FATAL_ERROR_EXIT();
|
||||
}
|
||||
|
||||
ctx->normalizePath(_appPath, "javascript.app-directory", true);
|
||||
ctx->normalizePath(_appPath, "javascript.app-path", true);
|
||||
|
||||
// use a minimum of 1 second for GC
|
||||
if (_gcFrequency < 1) {
|
||||
|
|
Loading…
Reference in New Issue