Added logic for cleaning older snapshots.

This commit is contained in:
Kruno Tomola Fabro
2016-09-11 22:22:52 +01:00
parent cd528b9bd6
commit efbae39f41
4 changed files with 66 additions and 2 deletions

View File

@@ -5,3 +5,4 @@ template_cpu_hpp_path: "./template/template_code_cpu.hpp"
snapshots_path: "./snapshots"
cleaning_cycle_sec: "60"
snapshot_cycle_sec: "60"
max_retained_snapshots: "3"