mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 08:06:27 +08:00
make a few more threads background ones
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user