mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-29 16:58:07 +00:00
Default auto-download 8 MB files.
This commit is contained in:
@@ -17,7 +17,7 @@ namespace Data {
|
||||
namespace AutoDownload {
|
||||
namespace {
|
||||
|
||||
constexpr auto kDefaultMaxSize = 2 * 1024 * 1024;
|
||||
constexpr auto kDefaultMaxSize = 8 * 1024 * 1024;
|
||||
constexpr auto kVersion = char(1);
|
||||
|
||||
template <typename Enum>
|
||||
|
||||
Reference in New Issue
Block a user