memgraph/config/memgraph.yaml

25 lines
611 B
YAML
Raw Normal View History

###########################
# MEMGRAPH DEFAULT CONFIG #
###########################
# 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/"
# path to the template (cpp) for codes generation
template_cpp_path: "./template/plan_template_cpp"
# path to the folder with snapshots
2016-09-16 03:19:31 +08:00
snapshots_path: "snapshots"
# leaning cycle interval
2016-09-16 03:19:31 +08:00
cleaning_cycle_sec: "300"
# snapshot cycle interval
2016-10-04 21:09:21 +08:00
snapshot_cycle_sec: "60"
# max number of snapshots which will be kept on the disk at some point
max_retained_snapshots: "3"