diff options
author | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2016-04-26 11:54:37 +0200 |
---|---|---|
committer | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2016-04-26 11:54:37 +0200 |
commit | 2e072034a6a30eaf9478875140c541b9b072f7aa (patch) | |
tree | 1bebe8e1729e109d3ff949ef41c536447c20e6a2 /config/gitlab.yml.example | |
parent | f127edd012bd8b6f76ac67d69aadbd7d4837258f (diff) | |
download | gitlab-ce-2e072034a6a30eaf9478875140c541b9b072f7aa.tar.gz |
Send 'admin emails' weekly, not daily
Daily seems to be to spammy, so let's default to weekly instead.
Diffstat (limited to 'config/gitlab.yml.example')
-rw-r--r-- | config/gitlab.yml.example | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example index d9c15f81404..20d65a8f334 100644 --- a/config/gitlab.yml.example +++ b/config/gitlab.yml.example @@ -168,9 +168,9 @@ production: &base # once per hour you will have concurrent 'git fsck' jobs. repository_check_worker: cron: "20 * * * *" - # Send admin emails once a day + # Send admin emails once a week admin_email_worker: - cron: "0 0 * * *" + cron: "0 0 * * 0" # Remove outdated repository archives repository_archive_cache_worker: |