diff options
Diffstat (limited to 'doc/future-designs/large-blobs.md')
-rw-r--r-- | doc/future-designs/large-blobs.md | 5 |
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`. |