Commit 991927b6 authored by Tom Atkins's avatar Tom Atkins

Merge branch 'rhassanein-master-patch-57548' into 'master'

Clarify 100 LIMIT default

See merge request gitlab-org/gitlab!52504
parents 795fbb0c 72712fe3
...@@ -173,7 +173,7 @@ delete the files: ...@@ -173,7 +173,7 @@ delete the files:
sudo gitlab-rake gitlab:cleanup:orphan_job_artifact_files DRY_RUN=false sudo gitlab-rake gitlab:cleanup:orphan_job_artifact_files DRY_RUN=false
``` ```
You can also limit the number of files to delete with `LIMIT`: You can also limit the number of files to delete with `LIMIT` (default `100`):
```shell ```shell
sudo gitlab-rake gitlab:cleanup:orphan_job_artifact_files LIMIT=100 sudo gitlab-rake gitlab:cleanup:orphan_job_artifact_files LIMIT=100
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment