mirror of
https://github.com/restic/restic.git
synced 2025-08-18 03:17:30 +00:00
chunker: Remove unused constant
This commit is contained in:
@@ -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.
|
||||||
|
Reference in New Issue
Block a user