summaryrefslogtreecommitdiff
path: root/doc/administration
diff options
context:
space:
mode:
authorDrew Blessing <drew@blessing.io>2017-01-26 15:33:02 +0000
committerDrew Blessing <drew@blessing.io>2017-01-26 15:33:02 +0000
commitb5ea6a84e879a9701c404201bc086a2056262396 (patch)
treee56d6ee61bf2a7981d36e39d366b1e8ecfcc30f5 /doc/administration
parent73c54366e64b6c4fc9b652fea6fa1911c19d8316 (diff)
downloadgitlab-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/administration')
-rw-r--r--doc/administration/repository_checks.md10
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