mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-15 21:57:10 +02:00
Allow more parts for macOS IV streaming.
This commit is contained in:
parent
48f70a8552
commit
ddf2369774
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ namespace {
|
|||
|
||||
constexpr auto kGeoPointScale = 1;
|
||||
constexpr auto kGeoPointZoomMin = 13;
|
||||
constexpr auto kMaxLoadParts = 3;
|
||||
constexpr auto kMaxLoadParts = 5;
|
||||
constexpr auto kKeepLoadingParts = 8;
|
||||
|
||||
[[nodiscard]] Storage::Cache::Key IvBaseCacheKey(
|
||||
|
|
Loading…
Add table
Reference in a new issue