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