mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-25 17:52:02 +02:00
Get the test to pass
This commit is contained in:
@@ -78,7 +78,7 @@ func (self *Api) read_signature_header(data []byte) (consumed int, err error) {
|
||||
}
|
||||
self.rsync.BlockSize = block_size
|
||||
self.rsync.MaxDataOp = 10 * block_size
|
||||
self.signature = make([]BlockHash, 0, 256)
|
||||
self.signature = make([]BlockHash, 0, 1024)
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user