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:
parent
ab5b444e26
commit
72151e7cbd
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue