diff options
author | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2016-04-28 11:07:42 +0000 |
---|---|---|
committer | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2016-04-28 11:07:42 +0000 |
commit | aacb4855355953b9e8defdd9d3fae63504b5645f (patch) | |
tree | 943bff34d4d42bc7c0c351a64eab3f615c9fdcd9 /config/gitlab.yml.example | |
parent | 45f4cc6e9bee72ef91331721fe1c515c8ad2b913 (diff) | |
parent | 2e072034a6a30eaf9478875140c541b9b072f7aa (diff) | |
download | gitlab-ce-aacb4855355953b9e8defdd9d3fae63504b5645f.tar.gz |
Merge branch 'admin-email-frequency' into 'master'
Send 'admin emails' weekly, not daily
Daily seems to be to spammy, so let's default to weekly instead.
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/15520
See merge request !3923
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 2790f1c8a29..07ce4b6d715 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: |