diff options
author | Drew Blessing <drew@blessing.io> | 2017-01-26 15:33:02 +0000 |
---|---|---|
committer | Drew Blessing <drew@blessing.io> | 2017-01-26 15:33:02 +0000 |
commit | b5ea6a84e879a9701c404201bc086a2056262396 (patch) | |
tree | e56d6ee61bf2a7981d36e39d366b1e8ecfcc30f5 /doc | |
parent | 73c54366e64b6c4fc9b652fea6fa1911c19d8316 (diff) | |
download | gitlab-ce-b5ea6a84e879a9701c404201bc086a2056262396.tar.gz |
Update repository check documentation
The documentation seemed to be out of date with
actual defaults in configuration and code.
Diffstat (limited to 'doc')
-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 bc2b1f20ed3..ee37ea49874 100644 --- a/doc/administration/repository_checks.md +++ b/doc/administration/repository_checks.md @@ -13,12 +13,12 @@ checks failed you can see their output on the admin log page under ## Periodic checks -GitLab periodically runs a repository check on all project repositories and -wiki repositories in order to detect data corruption problems. A -project will be checked no more than once per week. If any projects +When enabled, GitLab periodically runs a repository check on all project +repositories and wiki repositories in order to detect data corruption problems. +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 no more -than once a day. +notification of the situation. This notification is sent out once a week on +Sunday, by default. ## Disabling periodic checks |