mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
change threads confusing names
This commit is contained in:
@@ -170,7 +170,7 @@ namespace OpenSim.Region.ClientStack.Linden
|
||||
for (uint i = 0; i < 3; i++)
|
||||
{
|
||||
m_workerThreads[i] = WorkManager.StartThread(DoAssetRequests,
|
||||
String.Format("GetAssetWorker{0}", i),
|
||||
String.Format("GetCapsAssetWorker{0}", i),
|
||||
ThreadPriority.Normal,
|
||||
true,
|
||||
false,
|
||||
|
||||
Reference in New Issue
Block a user