mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-22 16:28:19 +02:00
Increase MaxBlockSize
This commit is contained in:
@@ -14,7 +14,7 @@ import (
|
|||||||
|
|
||||||
var _ = fmt.Print
|
var _ = fmt.Print
|
||||||
|
|
||||||
const MaxBlockSize int = 256 * 1024
|
const MaxBlockSize int = 1024 * 1024 // sqrt of 1TB
|
||||||
|
|
||||||
type StrongHashType uint16
|
type StrongHashType uint16
|
||||||
type WeakHashType uint16
|
type WeakHashType uint16
|
||||||
|
|||||||
Reference in New Issue
Block a user