From 38a23ee9bb0a44587faa2dae7fcd563ee5ccbe86 Mon Sep 17 00:00:00 2001 From: jkoberg Date: Fri, 23 Aug 2024 11:23:41 +0200 Subject: [PATCH] feat(ocis): update revisions docu Signed-off-by: jkoberg --- ocis/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ocis/README.md b/ocis/README.md index a1ef4bcb6..7003361d0 100644 --- a/ocis/README.md +++ b/ocis/README.md @@ -89,6 +89,8 @@ Do not remove any revisions but print the revisions that would be removed. Allows specifying the blobstore to use. Defaults to `ocis`. Can be switched to `s3ng` but needs addtional envvar configuration (see the `storage-users` service for more details). * `-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. ### Trash CLI