Skip to content
Snippets Groups Projects
Commit f61f0378 authored by Silas Della Contrada's avatar Silas Della Contrada
Browse files

Reduced waiting time in encoder queue

parent 40e21078
No related branches found
No related tags found
No related merge requests found
......@@ -211,7 +211,7 @@ namespace AVQt {
}
while (d->m_inputQueue.size() > 100) {
QThread::msleep(3);
QThread::msleep(1);
}
{
QMutexLocker lock{&d->m_inputQueueMutex};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment