Browse Source

Fix cron.repo_health_check schedule example in config cheat sheet (#10324)

Fixes #10274.

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
tags/v1.10.5
Mike Gerber 4 years ago
parent
commit
a67630deb2
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      docs/content/doc/advanced/config-cheat-sheet.en-us.md

+ 1
- 1
docs/content/doc/advanced/config-cheat-sheet.en-us.md View File



### Cron - Repository Health Check (`cron.repo_health_check`) ### Cron - Repository Health Check (`cron.repo_health_check`)


- `SCHEDULE`: **every 24h**: Cron syntax for scheduling repository health check.
- `SCHEDULE`: **@every 24h**: Cron syntax for scheduling repository health check.
- `TIMEOUT`: **60s**: Time duration syntax for health check execution timeout. - `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 - `ARGS`: **\<empty\>**: Arguments for command `git fsck`, e.g. `--unreachable --tags`. See more on http://git-scm.com/docs/git-fsck



Loading…
Cancel
Save