Request up to 32 file parts at once for video downloads.
This commit is contained in:
parent
184ebc865c
commit
42ca06d33c
|
@ -16,7 +16,7 @@ namespace {
|
||||||
using namespace Media::Streaming;
|
using namespace Media::Streaming;
|
||||||
|
|
||||||
constexpr auto kPartSize = Loader::kPartSize;
|
constexpr auto kPartSize = Loader::kPartSize;
|
||||||
constexpr auto kRequestPartsCount = 8;
|
constexpr auto kRequestPartsCount = 32;
|
||||||
|
|
||||||
} // namespace
|
} // namespace
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue