mirror of
https://github.com/octoleo/restic.git
synced 2025-02-13 17:28: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.
|
||||
averageBits = 20
|
||||
|
||||
// default buffer size
|
||||
bufSize = 512 * KiB
|
||||
|
||||
// MinSize is the minimal size of a chunk.
|
||||
MinSize = 512 * KiB
|
||||
// MaxSize is the maximal size of a chunk.
|
||||
|
Loading…
x
Reference in New Issue
Block a user