diff options
author | Z.J. van de Weg <git@zjvandeweg.nl> | 2017-05-22 19:18:09 +0200 |
---|---|---|
committer | Z.J. van de Weg <git@zjvandeweg.nl> | 2017-05-22 21:31:47 +0200 |
commit | 59ff3af593b2d19deecbbc1d6892384287c4d57b (patch) | |
tree | 945a7df170c29441a2d057f2d7b1c3424523041c /config | |
parent | e15aee2b51e4f03972fba490e2974a761acccf6c (diff) | |
download | gitlab-ce-59ff3af593b2d19deecbbc1d6892384287c4d57b.tar.gz |
Update gitlab.yml with default settingzj-ps-update-gitlab-yml
Diffstat (limited to 'config')
-rw-r--r-- | config/gitlab.yml.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example index 14d99c243fc..a727f7e2fa3 100644 --- a/config/gitlab.yml.example +++ b/config/gitlab.yml.example @@ -182,7 +182,7 @@ production: &base cron: "0 * * * *" # Execute scheduled triggers pipeline_schedule_worker: - cron: "0 */12 * * *" + cron: "19 * * * *" # Remove expired build artifacts expire_build_artifacts_worker: cron: "50 * * * *" |