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:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-11-06 18:09:14 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-11-06 18:09:14 +0300
commita268b09416c8dc3da3af38933028fa26375b88e0 (patch)
tree8f10484408a40e386b79f8bb3c2f4095dded85f7 /config/gitlab.yml.example
parent4ff56b118438f4fa6191b691fd968c75d8e94d5a (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'config/gitlab.yml.example')
-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 102d24b1edd..21537c06b0b 100644
--- a/config/gitlab.yml.example
+++ b/config/gitlab.yml.example
@@ -435,7 +435,7 @@ production: &base
cron: "19 * * * *"
# Remove expired build artifacts
expire_build_artifacts_worker:
- cron: "50 * * * *"
+ cron: "*/7 * * * *"
# Remove files from object storage
ci_schedule_delete_objects_worker:
cron: "*/16 * * * *"