diff options
author | Kamil Trzcinski <ayufan@ayufan.eu> | 2016-06-08 17:18:54 +0200 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2016-06-13 11:03:30 +0100 |
commit | ffe8dbde9b2aec2425e7859aeed5ad1642c53938 (patch) | |
tree | b6c756b788cbe8a64f4c7d2a4889c3339af93ba6 /config/gitlab.yml.example | |
parent | aea4041ce96f18afea70da15af3cbe1be4fa1f94 (diff) | |
download | gitlab-ce-ffe8dbde9b2aec2425e7859aeed5ad1642c53938.tar.gz |
Move keep to ArtifactsController
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 7b37e92ed46..75e1a3c1093 100644 --- a/config/gitlab.yml.example +++ b/config/gitlab.yml.example @@ -164,8 +164,8 @@ production: &base # Flag stuck CI builds as failed stuck_ci_builds_worker: cron: "0 0 * * *" - # Remove old artifacts - expire_build_artifacts: + # Remove expired build artifacts + expire_build_artifacts_worker: cron: "50 * * * *" # Periodically run 'git fsck' on all repositories. If started more than # once per hour you will have concurrent 'git fsck' jobs. |