mirror of
https://github.com/restic/restic.git
synced 2026-05-28 21:05:23 +00:00
+1
@@ -122,6 +122,7 @@ func NewClientPipe(rd io.Reader, wr io.WriteCloser, opts ...ClientOption) (*Clie
|
||||
WriteCloser: wr,
|
||||
},
|
||||
inflight: make(map[uint32]chan<- result),
|
||||
closed: make(chan struct{}),
|
||||
},
|
||||
maxPacket: 1 << 15,
|
||||
maxConcurrentRequests: 64,
|
||||
|
||||
Reference in New Issue
Block a user