summaryrefslogtreecommitdiff
path: root/doc/future-designs/large-blobs.md
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2024-03-08 10:21:46 +0100
committerKlaus Aehlig <klaus.aehlig@huawei.com>2024-03-11 15:17:16 +0100
commit20d105a65d305c724948ce389654c74cacac013c (patch)
treeb0a99ceeb7c4264558893b2e086a6b3117941667 /doc/future-designs/large-blobs.md
parent4f306e033ba5523b3b07ca8c709b609f0c117cf1 (diff)
downloadjustbuild-20d105a65d305c724948ce389654c74cacac013c.tar.gz
gc: add option --no-rotation
... to clean up what can be done without losing cache information.
Diffstat (limited to 'doc/future-designs/large-blobs.md')
-rw-r--r--doc/future-designs/large-blobs.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/future-designs/large-blobs.md b/doc/future-designs/large-blobs.md
index 989d119e..5c94f23b 100644
--- a/doc/future-designs/large-blobs.md
+++ b/doc/future-designs/large-blobs.md
@@ -111,6 +111,5 @@ a blob via `grpc` without having to use the streaming interface,
i.e, we chose 2MB. In this way, we already have correct blobs split
for transfer to an end point that supports blob splicing.
-Additionally, the `gc` will get an option `--compactify-only`
-instructing `gc` to only perform the compactification step, without
-rotating generations.
+The compactification step will also be carried out if the `--no-rotate`
+option is given to `gc`.