mirror of
https://github.com/octoleo/restic.git
synced 2024-11-05 12:57:53 +00:00
Fix up comment on archiver.BlobSaver.Save
This commit is contained in:
parent
fae7f78057
commit
0fa3091c78
@ -45,8 +45,7 @@ func NewBlobSaver(ctx context.Context, t *tomb.Tomb, repo Saver, workers uint) *
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Save stores a blob in the repo. It checks the index and the known blobs
|
// Save stores a blob in the repo. It checks the index and the known blobs
|
||||||
// before saving anything. The second return parameter is true if the blob was
|
// before saving anything. It takes ownership of the buffer passed in.
|
||||||
// previously unknown.
|
|
||||||
func (s *BlobSaver) Save(ctx context.Context, t restic.BlobType, buf *Buffer) FutureBlob {
|
func (s *BlobSaver) Save(ctx context.Context, t restic.BlobType, buf *Buffer) FutureBlob {
|
||||||
ch := make(chan saveBlobResponse, 1)
|
ch := make(chan saveBlobResponse, 1)
|
||||||
select {
|
select {
|
||||||
|
Loading…
Reference in New Issue
Block a user