Increase MaxBlockSize

This commit is contained in:
Kovid Goyal 2023-07-03 19:00:19 +05:30
parent 6a7c194d8f
commit 4dc409ff5d
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

@ -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