mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +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 {
|
namespace Storage {
|
||||||
|
|
||||||
// MTP big files methods used for files greater than 10mb.
|
// MTP big files methods used for files greater than 30mb.
|
||||||
constexpr auto kUseBigFilesFrom = 10 * 1024 * 1024;
|
constexpr auto kUseBigFilesFrom = 30 * 1024 * 1024;
|
||||||
|
|
||||||
struct UploadedMedia {
|
struct UploadedMedia {
|
||||||
FullMsgId fullId;
|
FullMsgId fullId;
|
||||||
|
|
Loading…
Add table
Reference in a new issue