Skip to content

Commit

Permalink
fix temp change
Browse files Browse the repository at this point in the history
  • Loading branch information
mastercoms committed Sep 13, 2020
1 parent baf76b3 commit b9e7836
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion filesystem/filesystem_async.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -666,7 +666,7 @@ void CBaseFileSystem::InitAsync()
m_pThreadPool = CreateThreadPool();

ThreadPoolStartParams_t params;
params.iThreadPriority = 1;
params.iThreadPriority = 0;
params.bIOThreads = true;
params.nThreads = 1; // Single I/O thread
if ( IsX360() )
Expand Down

0 comments on commit b9e7836

Please sign in to comment.