Skip to content

Commit 870e415

Browse files
committed
fix: Make the default split strategy for the downloader None
This avoids #106 until it is fixed.
1 parent 4db6033 commit 870e415

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/downloader.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ impl Downloader {
364364
self.download_with_opts(DownloadOptions {
365365
request,
366366
providers,
367-
strategy: SplitStrategy::Split,
367+
strategy: SplitStrategy::None,
368368
})
369369
}
370370

0 commit comments

Comments
 (0)