change threads confusing names

This commit is contained in:
UbitUmarov
2019-01-25 01:50:33 +00:00
parent 15c28bb2d4
commit f474c10f71
2 changed files with 2 additions and 6 deletions

View File

@@ -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,