Get the test to pass

This commit is contained in:
Kovid Goyal
2023-07-03 17:09:58 +05:30
parent 26c22f0086
commit 6d614a98ac
3 changed files with 48 additions and 22 deletions

View File

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