mirror of
https://github.com/restic/restic.git
synced 2025-04-23 22:31:27 +00:00
chunker: Remove unused constant
This commit is contained in:
parent
64a290c8db
commit
589dbaaed2
@ -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…
x
Reference in New Issue
Block a user