mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-03-03 12:58:11 +00:00
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;
|
||||
|
||||
constexpr auto kPartSize = Loader::kPartSize;
|
||||
constexpr auto kRequestPartsCount = 8;
|
||||
constexpr auto kRequestPartsCount = 32;
|
||||
|
||||
} // namespace
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user