Changed the wait time to something outrageous
This commit is contained in:
parent
8707ba6161
commit
df0783aec6
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ void sfz::FilePool::loadingThread()
|
|||
FileLoadingInformation fileToLoad {};
|
||||
while (!quitThread)
|
||||
{
|
||||
if (!loadingQueue.wait_dequeue_timed(fileToLoad, 1ms))
|
||||
if (!loadingQueue.wait_dequeue_timed(fileToLoad, 1s))
|
||||
continue;
|
||||
|
||||
if (fileToLoad.voice == nullptr)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue