Improve cron.archive_cleanup docs in cheat sheet and app.ini.sample (#3215)

Include defaults in cheat sheet, for that section
This commit is contained in:
Sandro Santilli 2017-12-17 15:37:34 +01:00 committed by Lauris BH
parent 6abfa48c0e
commit 9a0e2a8b07
2 changed files with 11 additions and 0 deletions

View file

@ -493,7 +493,11 @@ SCHEDULE = @every 24h
; Clean up old repository archives
[cron.archive_cleanup]
; Whether to enable the job
ENABLED = true
; Whether to always run at least once at start up time (if ENABLED)
RUN_AT_START = true
; Time interval for job to run
SCHEDULE = @every 24h
; Archives created more than OLDER_THAN ago are subject to deletion
OLDER_THAN = 24h