Request up to 32 file parts at once for video downloads.

This commit is contained in:
John Preston 2022-08-16 08:57:36 +03:00
parent 184ebc865c
commit 42ca06d33c
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ namespace {
using namespace Media::Streaming;
constexpr auto kPartSize = Loader::kPartSize;
constexpr auto kRequestPartsCount = 8;
constexpr auto kRequestPartsCount = 32;
} // namespace