mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-18 07:07:08 +02:00
Always send video messages as not "big" files.
This commit is contained in:
parent
2d2d4ac002
commit
99a7a13218
1 changed files with 2 additions and 2 deletions
|
@ -25,8 +25,8 @@ class Session;
|
|||
|
||||
namespace Storage {
|
||||
|
||||
// MTP big files methods used for files greater than 10mb.
|
||||
constexpr auto kUseBigFilesFrom = 10 * 1024 * 1024;
|
||||
// MTP big files methods used for files greater than 30mb.
|
||||
constexpr auto kUseBigFilesFrom = 30 * 1024 * 1024;
|
||||
|
||||
struct UploadedMedia {
|
||||
FullMsgId fullId;
|
||||
|
|
Loading…
Add table
Reference in a new issue