diff options
author | Toon Claes <toon@gitlab.com> | 2018-05-03 21:14:48 +0200 |
---|---|---|
committer | Toon Claes <toon@gitlab.com> | 2018-05-07 09:42:09 +0200 |
commit | 0bfc2b14c3de9a6ddb6470bd9a7002fb7fe9ffef (patch) | |
tree | 9fcf6a08aba54737e4dce82248dcd9888c380166 /doc/administration | |
parent | aafd78c57f8a4429c2670faeb93ebfccfff0bb29 (diff) | |
download | gitlab-ce-0bfc2b14c3de9a6ddb6470bd9a7002fb7fe9ffef.tar.gz |
Add small improvements to the docs
Diffstat (limited to 'doc/administration')
-rw-r--r-- | doc/administration/repository_checks.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/administration/repository_checks.md b/doc/administration/repository_checks.md index 2d619841860..efeec9db517 100644 --- a/doc/administration/repository_checks.md +++ b/doc/administration/repository_checks.md @@ -14,11 +14,11 @@ checks failed you can see their output on the admin log page under ## Periodic checks When enabled, GitLab periodically runs a repository check on all project -repositories and wiki repositories in order to detect data corruption problems. +repositories and wiki repositories in order to detect data corruption. A project will be checked no more than once per month. If any projects fail their repository checks all GitLab administrators will receive an email -notification of the situation. This notification is sent out once a week on -Sunday, by default. +notification of the situation. This notification is sent out once a week, +by default, midnight at the start of Sunday. ## Disabling periodic checks @@ -37,8 +37,8 @@ in `repocheck.log`: If for some reason the periodic repository check caused a lot of false alarms you can choose to clear *all* repository check states by -clicking "Clear all repository checks" on the 'Settings' page of the -admin panel. +clicking "Clear all repository checks" on the **Settings** page of the +admin panel (`/admin/application_settings`). --- [ce-3232]: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/3232 "Auto git fsck" |