0
0
mirror of https://gitea.com/gitea/docs.git synced 2025-03-17 01:00:36 +00:00

Fix wrong description about cron default enable value (#26)

Reviewed-on: https://gitea.com/gitea/docs/pulls/26
Reviewed-by: techknowlogick <techknowlogick@noreply.gitea.com>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-committed-by: Lunny Xiao <xiaolunwen@gmail.com>
This commit is contained in:
Lunny Xiao
2024-07-12 15:13:41 +00:00
committed by techknowlogick
parent 95b53a89bf
commit 81d1f77b2d
5 changed files with 5 additions and 5 deletions
docs/administration
versioned_docs
version-1.19/administration
version-1.20/administration
version-1.21/administration
version-1.22/administration

@ -970,7 +970,7 @@ Default templates for project boards:
- `SCHEDULE`: **@midnight** : Interval as a duration between each synchronization, it will always attempt synchronization when the instance starts.
- `UPDATE_EXISTING`: **true**: Create new users, update existing user data and disable users that are not in external source anymore (default) or only create new users if UPDATE_EXISTING is set to false.
### Extended cron tasks (not enabled by default)
### Extended cron tasks
#### Cron - Garbage collect all repositories (`cron.git_gc_repos`)