Default auto-download 8 MB files.

This commit is contained in:
John Preston 2018-12-27 09:24:46 +04:00
parent 18c2c61bee
commit e2668e7cfa

View File

@ -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>