Raise file size limit to 2000 MB.

This commit is contained in:
John Preston
2020-07-06 12:18:11 +04:00
parent c9ebe28fc1
commit 2df5972f68
10 changed files with 19 additions and 21 deletions
@@ -10,6 +10,8 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
#include "base/variant.h"
#include "api/api_common.h"
constexpr auto kFileSizeLimit = 2000 * 1024 * 1024; // Load files up to 1500mb
enum class CompressConfirm {
Auto,
Yes,