mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
snapshot: Enable TIMELINE_CLEANUP and NUMBER_CLEANUP by default
Signed-off-by: Joseph Nuthalapati <njoseph@thoughtworks.com> Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
parent
f68070c758
commit
ad049af276
@ -90,6 +90,7 @@ def _set_default_config():
|
||||
command = [
|
||||
'snapper',
|
||||
'set-config',
|
||||
'TIMELINE_CLEANUP=yes',
|
||||
'TIMELINE_CREATE=yes',
|
||||
'TIMELINE_MIN_AGE=0',
|
||||
'TIMELINE_LIMIT_HOURLY=0-10',
|
||||
@ -97,6 +98,7 @@ def _set_default_config():
|
||||
'TIMELINE_LIMIT_WEEKLY=0-2',
|
||||
'TIMELINE_LIMIT_MONTHLY=0-2',
|
||||
'TIMELINE_LIMIT_YEARLY=0-0',
|
||||
'NUMBER_CLEANUP=yes',
|
||||
'NUMBER_MIN_AGE=0',
|
||||
'NUMBER_LIMIT=0-100',
|
||||
'NUMBER_LIMIT_IMPORTANT=0-20',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user