Commit 72712fe3 authored by Rehab Hassanein's avatar Rehab Hassanein

Clarify 100 LIMIT default

parent 6fafb5f2
...@@ -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