From c78e0d42a9d885010d1b1e756c16672ad8227bd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20Blo=C3=9F?= Date: Wed, 12 Aug 2026 06:36:59 +0000 Subject: [PATCH] docs(cron): fix incorrect descriptions (#503) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Erik Bloß Reviewed-on: https://gitea.com/gitea/docs/pulls/503 Reviewed-by: Lunny Xiao Co-authored-by: Erik Bloß --- docs/administration/config-cheat-sheet.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/administration/config-cheat-sheet.md b/docs/administration/config-cheat-sheet.md index 63be3153..823a730e 100644 --- a/docs/administration/config-cheat-sheet.md +++ b/docs/administration/config-cheat-sheet.md @@ -1052,9 +1052,9 @@ Release attachment has its own config options in `[repository.release]` section. #### Cron - Repository Health Check (`cron.repo_health_check`) -- `ENABLED`: **true**: Enable running Update mirrors task periodically. +- `ENABLED`: **true**: Enable running repository health check task periodically. - `SCHEDULE`: **@midnight**: Cron syntax for scheduling repository health check. -- `RUN_AT_START`: **false**: Run Update mirrors task when Gitea starts. +- `RUN_AT_START`: **false**: Run repository health check task when Gitea starts. - `NOTICE_ON_SUCCESS`: **false**: Notice if not success - `TIMEOUT`: **60s**: Time duration syntax for health check execution timeout. - `ARGS`: **_empty_**: Arguments for command `git fsck`, e.g. `--unreachable --tags`. See more on http://git-scm.com/docs/git-fsck @@ -1062,8 +1062,8 @@ Release attachment has its own config options in `[repository.release]` section. #### Cron - Repository Statistics Check (`cron.check_repo_stats`) - `SCHEDULE`: **@midnight**: Cron syntax for scheduling repository statistics check. -- `ENABLED`: **true**: Enable running Update mirrors task periodically. -- `RUN_AT_START`: **true**: Run Update mirrors task when Gitea starts. +- `ENABLED`: **true**: Enable running repository statistics check task periodically. +- `RUN_AT_START`: **true**: Run repository statistics check task when Gitea starts. - `NOTICE_ON_SUCCESS`: **false**: Notice if not success #### Cron - Cleanup hook_task Table (`cron.cleanup_hook_task_table`)