mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-03 21:54:05 +02:00
Request up to 32 file parts at once for video downloads.
This commit is contained in:
parent
184ebc865c
commit
42ca06d33c
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ namespace {
|
|||
using namespace Media::Streaming;
|
||||
|
||||
constexpr auto kPartSize = Loader::kPartSize;
|
||||
constexpr auto kRequestPartsCount = 8;
|
||||
constexpr auto kRequestPartsCount = 32;
|
||||
|
||||
} // namespace
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue