mirror of
https://github.com/opensim/opensim.git
synced 2026-07-14 03:15:36 +08:00
make some threads background ones
This commit is contained in:
@@ -171,7 +171,7 @@ namespace OpenSim.Region.ClientStack.Linden
|
||||
m_workerThreads[i] = WorkManager.StartThread(DoMeshRequests,
|
||||
String.Format("GetMeshWorker{0}", i),
|
||||
ThreadPriority.Normal,
|
||||
false,
|
||||
true,
|
||||
false,
|
||||
null,
|
||||
int.MaxValue);
|
||||
|
||||
Reference in New Issue
Block a user