aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
diff options
context:
space:
mode:
authorAdam Frisby2008-11-09 15:00:26 +0000
committerAdam Frisby2008-11-09 15:00:26 +0000
commitc43e466301afd6dc83f473ef98a14fa8cd775181 (patch)
treefe99842d9fe55f33d65206d16e69b4b2f7037a0b /OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
parent* Adding GlynnTucker.Cache.dll, from http://gtcache.sourceforge.net/ (diff)
downloadopensim-SC_OLD-c43e466301afd6dc83f473ef98a14fa8cd775181.zip
opensim-SC_OLD-c43e466301afd6dc83f473ef98a14fa8cd775181.tar.gz
opensim-SC_OLD-c43e466301afd6dc83f473ef98a14fa8cd775181.tar.bz2
opensim-SC_OLD-c43e466301afd6dc83f473ef98a14fa8cd775181.tar.xz
* Enabled GTCache for AssetCache
* Items will now be locally cached for only 24 hours from last access. (Rather than until restart) * Caveat: Implementing the new caching mechanism means statistics gathering on AssetCache is no longer functional. (Justin - you might want to take a look and see if you can somehow get that back and running if you still need it)
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
index c953228..6ad4c2d 100644
--- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
+++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
@@ -664,7 +664,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
664 m_log.DebugFormat( 664 m_log.DebugFormat(
665 "[CLIENT]: Entered main packet processing loop for {0} {1}", FirstName, LastName); 665 "[CLIENT]: Entered main packet processing loop for {0} {1}", FirstName, LastName);
666 666
667 while (true) 667 while (IsActive)
668 { 668 {
669 LLQueItem nextPacket = m_PacketHandler.PacketQueue.Dequeue(); 669 LLQueItem nextPacket = m_PacketHandler.PacketQueue.Dequeue();
670 670