2017-10-04 12:07:42 +00:00
|
|
|
# Describes the format for available recorder services
|
|
|
|
|
|
|
|
purge:
|
|
|
|
description: Start purge task - delete events and states older than x days, according to keep_days service data.
|
|
|
|
fields:
|
|
|
|
keep_days:
|
2017-10-30 20:39:12 +00:00
|
|
|
description: Number of history days to keep in database after purge. Value >= 0.
|
2017-10-04 12:07:42 +00:00
|
|
|
example: 2
|
2018-02-11 21:22:59 +00:00
|
|
|
repack:
|
|
|
|
description: Attempt to save disk space by rewriting the entire database file.
|
|
|
|
example: true
|