Increase MaxBlockSize
This commit is contained in:
parent
6a7c194d8f
commit
4dc409ff5d
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ import (
|
|||
|
||||
var _ = fmt.Print
|
||||
|
||||
const MaxBlockSize int = 256 * 1024
|
||||
const MaxBlockSize int = 1024 * 1024 // sqrt of 1TB
|
||||
|
||||
type StrongHashType uint16
|
||||
type WeakHashType uint16
|
||||
|
|
|
|||
Loading…
Reference in a new issue