2016-11-29 11:08:08 +08:00
|
|
|
###########################
|
|
|
|
# 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
|
2017-02-14 16:37:32 +08:00
|
|
|
compile_path: "./compiled/"
|
2016-11-29 11:08:08 +08:00
|
|
|
|
|
|
|
# path to the template (cpp) for codes generation
|
2017-02-19 01:03:48 +08:00
|
|
|
template_cpp_path: "./template/plan_template_cpp"
|
2016-11-29 11:08:08 +08:00
|
|
|
|
|
|
|
# path to the folder with snapshots
|
2016-09-16 03:19:31 +08:00
|
|
|
snapshots_path: "snapshots"
|
2016-11-29 11:08:08 +08:00
|
|
|
|
|
|
|
# leaning cycle interval
|
2016-09-16 03:19:31 +08:00
|
|
|
cleaning_cycle_sec: "300"
|
2016-11-29 11:08:08 +08:00
|
|
|
|
|
|
|
# snapshot cycle interval
|
2016-10-04 21:09:21 +08:00
|
|
|
snapshot_cycle_sec: "60"
|
2016-11-29 11:08:08 +08:00
|
|
|
|
|
|
|
# max number of snapshots which will be kept on the disk at some point
|
2016-09-12 05:22:52 +08:00
|
|
|
max_retained_snapshots: "3"
|