make some threads background ones

This commit is contained in:
UbitUmarov
2017-05-25 01:51:53 +01:00
parent 9a1d94f455
commit 4286ae43f2
3 changed files with 3 additions and 2 deletions

View File

@@ -139,7 +139,7 @@ namespace OpenSim.Region.ClientStack.Linden
m_workerThreads[i] = WorkManager.StartThread(DoTextureRequests,
String.Format("GetTextureWorker{0}", i),
ThreadPriority.Normal,
false,
true,
false,
null,
int.MaxValue);