summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzegorz@gitlab.com>2017-05-23 08:41:03 +0000
committerGrzegorz Bizon <grzegorz@gitlab.com>2017-05-23 08:41:03 +0000
commitd71577468cbf54bdd2621fac5f5a62f93193d4ea (patch)
treece4d9d68a2a6a0a09ef2459985fcc862e551011d
parent4c8d478eefc4b50ffc26f0d1ce159470ae9f0105 (diff)
parent59ff3af593b2d19deecbbc1d6892384287c4d57b (diff)
downloadgitlab-ce-d71577468cbf54bdd2621fac5f5a62f93193d4ea.tar.gz
Merge branch 'zj-ps-update-gitlab-yml' into 'master'
Update gitlab.yml with default setting See merge request !11614
-rw-r--r--config/gitlab.yml.example2
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 * * * *"