mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-28 19:55:48 +03:00
Merge branch 'work48' into DEV
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user