aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authordiva2009-06-10 15:25:52 +0000
committerdiva2009-06-10 15:25:52 +0000
commit89219ab35a6a364969dcdffc13d0af5238416809 (patch)
tree0f8153743210f21f38868faa33e558874541856c
parentCommenting the IAR tests for now until we understand how to set up things in ... (diff)
downloadopensim-SC_OLD-89219ab35a6a364969dcdffc13d0af5238416809.zip
opensim-SC_OLD-89219ab35a6a364969dcdffc13d0af5238416809.tar.gz
opensim-SC_OLD-89219ab35a6a364969dcdffc13d0af5238416809.tar.bz2
opensim-SC_OLD-89219ab35a6a364969dcdffc13d0af5238416809.tar.xz
Flipping memory cache to false (default) in Flotsam cache, because of a bug in libomv.
-rw-r--r--bin/config-include/FlotsamCache.ini.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/config-include/FlotsamCache.ini.example b/bin/config-include/FlotsamCache.ini.example
index e9e43f6..8a49e3e 100644
--- a/bin/config-include/FlotsamCache.ini.example
+++ b/bin/config-include/FlotsamCache.ini.example
@@ -20,7 +20,7 @@
20 HitRateDisplay = 100 20 HitRateDisplay = 100
21 21
22 ; Set to false for disk cache only. 22 ; Set to false for disk cache only.
23 MemoryCacheEnabled = true 23 MemoryCacheEnabled = false
24 24
25 ; How long {in hours} to keep assets cached in memory, .5 == 30 minutes 25 ; How long {in hours} to keep assets cached in memory, .5 == 30 minutes
26 MemoryCacheTimeout = 2 26 MemoryCacheTimeout = 2