Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDrew Blessing <drew@blessing.io>2017-01-26 18:33:02 +0300
committerDrew Blessing <drew@blessing.io>2017-01-26 18:33:02 +0300
commitb5ea6a84e879a9701c404201bc086a2056262396 (patch)
treee56d6ee61bf2a7981d36e39d366b1e8ecfcc30f5
parent73c54366e64b6c4fc9b652fea6fa1911c19d8316 (diff)
Update repository check documentation
The documentation seemed to be out of date with actual defaults in configuration and code.
-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