Skip to content

Commit

Permalink
Merge pull request #968 from owncloud/update_revision_purge
Browse files Browse the repository at this point in the history
Add glob/worker to revision purge CLI
  • Loading branch information
mmattel authored Aug 23, 2024
2 parents 89ec4eb + 0679d30 commit 1acdb20
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,6 @@ Allows specifying the blobstore to use. Defaults to `ocis`. Can be switched to `
* `-v` / `--verbose` +
Prints additional information about the revisions that are removed.
* `--glob-mechanism` (default: `glob` +
(advanced) Allows specifying the mechanism to use for globbing. Can be `glob`, `list` or `workers`. In most cases the default `glob` does not need to be changed. If large spaces need to be purged, `list` or `workers` can be used to improve performance at the cost of higher cpu and ram usage. `list` will spawn 10 threads that list folder contents in parallel. `workers` will use a special globbing mechanism and multiple threads to achieve the best performance for the highest cost.

0 comments on commit 1acdb20

Please sign in to comment.