mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Default auto-download 8 MB files.
This commit is contained in:
parent
18c2c61bee
commit
e2668e7cfa
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ namespace Data {
|
||||||
namespace AutoDownload {
|
namespace AutoDownload {
|
||||||
namespace {
|
namespace {
|
||||||
|
|
||||||
constexpr auto kDefaultMaxSize = 2 * 1024 * 1024;
|
constexpr auto kDefaultMaxSize = 8 * 1024 * 1024;
|
||||||
constexpr auto kVersion = char(1);
|
constexpr auto kVersion = char(1);
|
||||||
|
|
||||||
template <typename Enum>
|
template <typename Enum>
|
||||||
|
|
Loading…
Add table
Reference in a new issue