1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

Improve file transfer performance

This commit is contained in:
Tux3 / Mlkj / !Lev.uXFMLA 2014-08-31 14:53:37 +02:00
parent efdc7b3a9c
commit 90d426e347

View File

@ -1072,7 +1072,7 @@ void Core::sendAllFileData(Core *core, ToxFile* file)
//core->process();
delete[] data;
QThread::msleep(1);
file->sendTimer->start(5+TOX_FILE_INTERVAL);
file->sendTimer->start(TOX_FILE_INTERVAL);
return;
}
delete[] data;