diff options
author | Adam Frisby | 2008-11-09 15:00:26 +0000 |
---|---|---|
committer | Adam Frisby | 2008-11-09 15:00:26 +0000 |
commit | c43e466301afd6dc83f473ef98a14fa8cd775181 (patch) | |
tree | fe99842d9fe55f33d65206d16e69b4b2f7037a0b /prebuild.xml | |
parent | * Adding GlynnTucker.Cache.dll, from http://gtcache.sourceforge.net/ (diff) | |
download | opensim-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 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/prebuild.xml b/prebuild.xml index c5f9a01..2fbb337 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -743,6 +743,7 @@ | |||
743 | <Reference name="Nini.dll" /> | 743 | <Reference name="Nini.dll" /> |
744 | <Reference name="XMLRPC.dll"/> | 744 | <Reference name="XMLRPC.dll"/> |
745 | <Reference name="log4net.dll"/> | 745 | <Reference name="log4net.dll"/> |
746 | <Reference name="GlynnTucker.Cache.dll"/> | ||
746 | 747 | ||
747 | <Files> | 748 | <Files> |
748 | <Match pattern="*.cs" recurse="true"/> | 749 | <Match pattern="*.cs" recurse="true"/> |
@@ -968,7 +969,6 @@ | |||
968 | <Reference name="OpenSim.Region.Interfaces"/> | 969 | <Reference name="OpenSim.Region.Interfaces"/> |
969 | <Reference name="OpenSim.Data"/> | 970 | <Reference name="OpenSim.Data"/> |
970 | <Reference name="OpenSim.Framework.Servers"/> | 971 | <Reference name="OpenSim.Framework.Servers"/> |
971 | <Reference name="OpenSim.Framework.Client"/> | ||
972 | <Reference name="OpenSim.Framework.Console"/> | 972 | <Reference name="OpenSim.Framework.Console"/> |
973 | <Reference name="OpenSim.Framework.Communications"/> | 973 | <Reference name="OpenSim.Framework.Communications"/> |
974 | <Reference name="OpenSim.Framework.Statistics"/> | 974 | <Reference name="OpenSim.Framework.Statistics"/> |