mirror of
https://gitea.com/gitea/docs.git
synced 2026-07-22 02:37:42 +00:00
Update docs/administration/config-cheat-sheet.md
This commit is contained in:
@@ -1028,11 +1028,11 @@ Default templates for project board view:
|
|||||||
|
|
||||||
### Extended cron tasks
|
### 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.
|
- `ENABLED`: **false**: Enable service.
|
||||||
- `RUN_AT_START`: **false**: Run tasks at start up time (if ENABLED).
|
- `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`.
|
- `SCHEDULE`: **@annually**: Cron schedule for deleting all repository archives, e.g. `@annually`.
|
||||||
|
|
||||||
#### Cron - Garbage collect all repositories (`cron.git_gc_repos`)
|
#### Cron - Garbage collect all repositories (`cron.git_gc_repos`)
|
||||||
|
|||||||
Reference in New Issue
Block a user