Skip to content

Commit ffa7268

Browse files
feat(storage): add multistream support to MRD (#13792)
1 parent 9af047f commit ffa7268

5 files changed

Lines changed: 787 additions & 266 deletions

File tree

storage/client.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,12 @@ type newMultiRangeDownloaderParams struct {
303303
gen int64
304304
object string
305305
handle *ReadHandle
306+
307+
// Multistream settings.
308+
minConnections int
309+
maxConnections int
310+
targetPendingRanges int
311+
targetPendingBytes int
306312
}
307313

308314
type newRangeReaderParams struct {

0 commit comments

Comments
 (0)