From 79f3f0a77c6380ba79a7710dd1a0bc947c14b9f2 Mon Sep 17 00:00:00 2001 From: Sola Date: Thu, 14 May 2026 14:26:42 +0800 Subject: [PATCH] Default chunker is rabin --- src/commands/init/intro.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/commands/init/intro.md b/src/commands/init/intro.md index 812c560..539a54e 100644 --- a/src/commands/init/intro.md +++ b/src/commands/init/intro.md @@ -98,8 +98,8 @@ repository: - `--set-chunker`, `--set-chunk-size`, `--set-chunk-min-size`, `--set-chunk-max-size` allows to tweak the chunker settings. Currently `rabin` - and `fixed_size` are available chunkers. Default is `fixed_size` with an - (average) chunk size of 1MiB, a minimum of 512kiB and a maximum of 8MiB. + and `fixed_size` are available chunkers. Default is `rabin` with an (average) + chunk size of 1MiB, a minimum of 512kiB and a maximum of 8MiB. - `--set-compression` allows to set the zstd compression level - `--set-append-only` puts the repository in append-only mode disabling commands which would remove files.