forked from TrueCloudLab/restic
chunker: Remove unused constant
This commit is contained in:
parent
64a290c8db
commit
589dbaaed2
1 changed files with 0 additions and 3 deletions
|
@ -17,9 +17,6 @@ const (
|
||||||
// aim to create chunks of 20 bits or about 1MiB on average.
|
// aim to create chunks of 20 bits or about 1MiB on average.
|
||||||
averageBits = 20
|
averageBits = 20
|
||||||
|
|
||||||
// default buffer size
|
|
||||||
bufSize = 512 * KiB
|
|
||||||
|
|
||||||
// MinSize is the minimal size of a chunk.
|
// MinSize is the minimal size of a chunk.
|
||||||
MinSize = 512 * KiB
|
MinSize = 512 * KiB
|
||||||
// MaxSize is the maximal size of a chunk.
|
// MaxSize is the maximal size of a chunk.
|
||||||
|
|
Loading…
Reference in a new issue