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

View File

@@ -1016,7 +1016,7 @@ Default templates for project board view:
- `SCHEDULE`: **@midnight**: Cron syntax for scheduling deleted branches cleanup.
- `OLDER_THAN`: **24h**: Branches deleted OLDER_THAN ago will be cleaned up.
### Extended cron tasks (not enabled by default)
### Extended cron tasks
#### Cron - Garbage collect all repositories (`cron.git_gc_repos`)

View File

@@ -1006,7 +1006,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`)

View File

@@ -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`)

View File

@@ -978,7 +978,7 @@ Default templates for project boards:
- `RUN_AT_START`: **true**: Run job at start time (if ENABLED).
- `SCHEDULE`: **@midnight** : Cron syntax for the job.
### Extended cron tasks (not enabled by default)
### Extended cron tasks
#### Cron - Garbage collect all repositories (`cron.git_gc_repos`)

View File

@@ -1002,7 +1002,7 @@ Default templates for project boards:
- `SCHEDULE`: **@midnight**: Cron syntax for scheduling deleted branches cleanup.
- `OLDER_THAN`: **24h**: Branches deleted OLDER_THAN ago will be cleaned up.
### Extended cron tasks (not enabled by default)
### Extended cron tasks
#### Cron - Garbage collect all repositories (`cron.git_gc_repos`)