mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-07 17:43:53 +02:00
Increase MaxBlockSize
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user