Testing config
Summary: Testing config update. AST cache false. Reviewers: mislav.bradac Reviewed By: mislav.bradac Subscribers: buda Differential Revision: https://phabricator.memgraph.io/D487
This commit is contained in:
parent
f034c29724
commit
13e7988c5f
@ -4,13 +4,13 @@
|
||||
# (where the executable is runned)
|
||||
|
||||
# directory to the codes which will be compiled
|
||||
--compile_directory="./compiled/"
|
||||
--compile_directory=./compiled/
|
||||
|
||||
# path to the template (cpp) for codes generation
|
||||
--template_cpp_path="./template/plan_template_cpp"
|
||||
--template_cpp_path=./template/plan_template_cpp
|
||||
|
||||
# directory to the folder with snapshots
|
||||
--snapshot_directory="snapshots"
|
||||
--snapshot_directory=snapshots
|
||||
|
||||
# cleaning cycle interval
|
||||
# if set to -1 the GC will not run
|
||||
@ -32,3 +32,6 @@
|
||||
|
||||
# database recovering is disabled by default
|
||||
--recover_on_startup=false
|
||||
|
||||
# use ast caching
|
||||
--ast_cache=false
|
||||
|
Loading…
Reference in New Issue
Block a user