Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/commands/init/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading