Merge branch 'work48' into DEV

This commit is contained in:
2026-02-18 17:21:21 +03:00
9 changed files with 342 additions and 72 deletions

View File

@@ -58,7 +58,8 @@ static const QString commandeGetOfflineMessages = "GETOFFLINEMESSAGE";
static const QString commandGetCFI = "GETCFI";
//static quint64 fileBlockSize = 1460;
static quint64 sendFileBlockSize = 256000;
const int BLOCK_SIZE = 1024 * 1024; // Размер блока
static quint64 sendFileBlockSize = /*256000*/BLOCK_SIZE;
static quint64 readFileBlockSize = 65535;
//1025*250