mirror of
https://github.com/borgbackup/borg.git
synced 2025-02-20 21:27:32 +00:00
clarify that 4095 bytes is not a typo
i am actually assuming this right now, i haven't double-checked
This commit is contained in:
parent
87cb4a4813
commit
0ba86357d7
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ Chunks
|
|||
------
|
||||
|
||||
|project_name| uses a rolling checksum with Buzhash_ algorithm, with
|
||||
window size of 4095 bytes, with a minimum of 1024, and triggers when
|
||||
window size of 4095 bytes (`0xFFF`), with a minimum of 1024, and triggers when
|
||||
the last 16 bits of the checksum are null, producing chunks of 64kB on
|
||||
average. All these parameters are fixed. The buzhash table is altered
|
||||
by XORing it with a seed randomly generated once for the archive, and
|
||||
|
|
Loading…
Reference in a new issue