From 9f4e6243d87ab247f5b42fb35ebb5dad195e6509 Mon Sep 17 00:00:00 2001 From: Dominik Gleich Date: Fri, 9 Jun 2017 11:38:17 +0200 Subject: [PATCH] Fix. Reviewers: teon.banek Reviewed By: teon.banek Differential Revision: https://phabricator.memgraph.io/D448 --- config/testing.conf | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/config/testing.conf b/config/testing.conf index 1538281c0..efafa9d7b 100644 --- a/config/testing.conf +++ b/config/testing.conf @@ -3,25 +3,25 @@ # NOTE: all paths are relative to the run folder # (where the executable is runned) -# path to the codes which will be compiled ---compile_path="./compiled/" +# directory to the codes which will be compiled +--compile_directory="./compiled/" # path to the template (cpp) for codes generation --template_cpp_path="./template/plan_template_cpp" -# path to the folder with snapshots ---snapshots_path="snapshots" +# directory to the folder with snapshots +--snapshot_directory="snapshots" # cleaning cycle interval # if set to -1 the GC will not run ---cleaning_cycle_sec=30 +--gc_cycle_sec=30 # snapshot cycle interval # if set to -1 the snapshooter will not run --snapshot_cycle_sec=-1 # create snapshot disabled on db destruction ---snapshot_db_destruction=false +--snapshot_on_db_destruction=false # max number of snapshots which will be kept on the disk at some point # if set to -1 the max number of snapshots is unlimited @@ -31,4 +31,4 @@ --interpret=true # database recovering is disabled by default ---recovery=false +--recover_on_startup=false