aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/Cache/AssetCache.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Framework/Communications/Cache/AssetCache.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Framework/Communications/Cache/AssetCache.cs b/OpenSim/Framework/Communications/Cache/AssetCache.cs
index effaa82..b793b62 100644
--- a/OpenSim/Framework/Communications/Cache/AssetCache.cs
+++ b/OpenSim/Framework/Communications/Cache/AssetCache.cs
@@ -143,6 +143,7 @@ namespace OpenSim.Framework.Communications.Cache
143 143
144 144
145 m_assetCacheThread = new Thread(new ThreadStart(RunAssetManager)); 145 m_assetCacheThread = new Thread(new ThreadStart(RunAssetManager));
146 m_assetCacheThread.Name = "AssetCacheThread";
146 m_assetCacheThread.IsBackground = true; 147 m_assetCacheThread.IsBackground = true;
147 m_assetCacheThread.Start(); 148 m_assetCacheThread.Start();
148 } 149 }