Increase default file size download threshold

Far too many files are bigger than 8mb, we need a more pleasant default behavior
This commit is contained in:
mjentsch 2017-03-13 21:56:49 +01:00
parent ab5b444e26
commit 72151e7cbd

View file

@ -67,7 +67,7 @@
#define TGP_MAX_MSG_SIZE 4096
#define TGP_DEFAULT_MAX_MSG_SPLIT_COUNT 4
#define TGP_DEFAULT_MEDIA_SIZE 8192
#define TGP_DEFAULT_MEDIA_SIZE 32768
#define TGP_KEY_MEDIA_SIZE "media-size-threshold"
#define TGP_KEY_PASSWORD_TWO_FACTOR "password-two-factor"