diff options
author | UbitUmarov | 2019-01-25 01:50:33 +0000 |
---|---|---|
committer | UbitUmarov | 2019-01-25 01:50:33 +0000 |
commit | f474c10f716f73c293286ba28a0e162d2baec6e4 (patch) | |
tree | 522af2d9531206ee039b93c3d18085190b85b000 /OpenSim/Region/ClientStack/Linden/Caps | |
parent | update libomv with a few more 'useless' changes (diff) | |
download | opensim-SC-f474c10f716f73c293286ba28a0e162d2baec6e4.zip opensim-SC-f474c10f716f73c293286ba28a0e162d2baec6e4.tar.gz opensim-SC-f474c10f716f73c293286ba28a0e162d2baec6e4.tar.bz2 opensim-SC-f474c10f716f73c293286ba28a0e162d2baec6e4.tar.xz |
change threads confusing names
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden/Caps')
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/Caps/GetAssetsModule.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/Caps/GetAssetsModule.cs b/OpenSim/Region/ClientStack/Linden/Caps/GetAssetsModule.cs index 24e2526..9187979 100644 --- a/OpenSim/Region/ClientStack/Linden/Caps/GetAssetsModule.cs +++ b/OpenSim/Region/ClientStack/Linden/Caps/GetAssetsModule.cs | |||
@@ -170,7 +170,7 @@ namespace OpenSim.Region.ClientStack.Linden | |||
170 | for (uint i = 0; i < 3; i++) | 170 | for (uint i = 0; i < 3; i++) |
171 | { | 171 | { |
172 | m_workerThreads[i] = WorkManager.StartThread(DoAssetRequests, | 172 | m_workerThreads[i] = WorkManager.StartThread(DoAssetRequests, |
173 | String.Format("GetAssetWorker{0}", i), | 173 | String.Format("GetCapsAssetWorker{0}", i), |
174 | ThreadPriority.Normal, | 174 | ThreadPriority.Normal, |
175 | true, | 175 | true, |
176 | false, | 176 | false, |