mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-30 22:25:12 +00:00
Beta version 1.5.17: Improve large file streaming.
Allow header for streaming up to 8 MB.
This commit is contained in:
@@ -19,7 +19,7 @@ namespace {
|
||||
constexpr auto kPartSize = Loader::kPartSize;
|
||||
constexpr auto kPartsInSlice = 64;
|
||||
constexpr auto kInSlice = kPartsInSlice * kPartSize;
|
||||
constexpr auto kMaxPartsInHeader = 16;
|
||||
constexpr auto kMaxPartsInHeader = 64;
|
||||
constexpr auto kMaxOnlyInHeader = 80 * kPartSize;
|
||||
constexpr auto kPartsOutsideFirstSliceGood = 8;
|
||||
constexpr auto kSlicesInMemory = 2;
|
||||
|
Reference in New Issue
Block a user