From be4c144777bcfa85ad05daf217cf9e40fef152a1 Mon Sep 17 00:00:00 2001 From: Asadbek Karimov Date: Tue, 5 Nov 2024 18:34:05 +0000 Subject: [PATCH] Update docs/administration/config-cheat-sheet.md --- docs/administration/config-cheat-sheet.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/administration/config-cheat-sheet.md b/docs/administration/config-cheat-sheet.md index cadc14be..fc332818 100644 --- a/docs/administration/config-cheat-sheet.md +++ b/docs/administration/config-cheat-sheet.md @@ -1028,11 +1028,11 @@ Default templates for project board view: ### Extended cron tasks -#### Cron - Delete all repo archives (`cron.delete_repo_archives`) +#### Cron - Delete all repository archives (`cron.delete_repo_archives`) - `ENABLED`: **false**: Enable service. - `RUN_AT_START`: **false**: Run tasks at start up time (if ENABLED). -- `NOTICE_ON_SUCCESS`: **false**: Set to true to switch on success notices. +- `NOTICE_ON_SUCCESS`: **false**: Set to true to enable success notices. - `SCHEDULE`: **@annually**: Cron schedule for deleting all repository archives, e.g. `@annually`. #### Cron - Garbage collect all repositories (`cron.git_gc_repos`)