diff options
author | John Hurliman | 2010-09-07 15:45:33 -0700 |
---|---|---|
committer | John Hurliman | 2010-09-07 15:45:33 -0700 |
commit | 0bebe94231c3b5aeaa24a0eeb38272a08b73473b (patch) | |
tree | e653cafb4afce7aed0e86d267fba346200533510 /OpenSim/Region/CoreModules/Asset/FlotsamAssetCache.cs | |
parent | * Cache null account responses in the SimianUserAccountServiceConnector to av... (diff) | |
download | opensim-SC-0bebe94231c3b5aeaa24a0eeb38272a08b73473b.zip opensim-SC-0bebe94231c3b5aeaa24a0eeb38272a08b73473b.tar.gz opensim-SC-0bebe94231c3b5aeaa24a0eeb38272a08b73473b.tar.bz2 opensim-SC-0bebe94231c3b5aeaa24a0eeb38272a08b73473b.tar.xz |
Rolling back the recent libomv update but keeping the ExpiringCache cleanups (as much as is possible). There was a report of non-finite avatar positions after the update
Diffstat (limited to 'OpenSim/Region/CoreModules/Asset/FlotsamAssetCache.cs')
-rw-r--r-- | OpenSim/Region/CoreModules/Asset/FlotsamAssetCache.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/Asset/FlotsamAssetCache.cs b/OpenSim/Region/CoreModules/Asset/FlotsamAssetCache.cs index 5255d30..9eaa758 100644 --- a/OpenSim/Region/CoreModules/Asset/FlotsamAssetCache.cs +++ b/OpenSim/Region/CoreModules/Asset/FlotsamAssetCache.cs | |||
@@ -252,7 +252,7 @@ namespace Flotsam.RegionModules.AssetCache | |||
252 | } | 252 | } |
253 | else | 253 | else |
254 | { | 254 | { |
255 | m_MemoryCache.AddOrUpdate(key, asset, Double.MaxValue); | 255 | m_MemoryCache.AddOrUpdate(key, asset, DateTime.MaxValue); |
256 | } | 256 | } |
257 | } | 257 | } |
258 | } | 258 | } |