Skip to content

Commit b9e7836

Browse files
committed
fix temp change
1 parent baf76b3 commit b9e7836

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

filesystem/filesystem_async.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,7 @@ void CBaseFileSystem::InitAsync()
666666
m_pThreadPool = CreateThreadPool();
667667

668668
ThreadPoolStartParams_t params;
669-
params.iThreadPriority = 1;
669+
params.iThreadPriority = 0;
670670
params.bIOThreads = true;
671671
params.nThreads = 1; // Single I/O thread
672672
if ( IsX360() )

0 commit comments

Comments
 (0)