make a few more threads background ones

This commit is contained in:
UbitUmarov
2017-05-25 02:01:36 +01:00
parent 4286ae43f2
commit b6c23fe911
2 changed files with 3 additions and 3 deletions

View File

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