Merge branch 'DEV' into work_tasks

This commit is contained in:
2025-06-04 14:35:32 +03:00
7 changed files with 37 additions and 29 deletions

View File

@@ -201,8 +201,7 @@ void SendSystem::sendXmlAnswer(QByteArray array, PacketType packetType)
socket->waitForBytesWritten();
}
socket->waitForReadyRead(1000);
socket->waitForReadyRead(2000);
}
void SendSystem::sendNeedUpdate(bool flag,quint64 size,quint64 fileCount,quint64 deleteCount)