From 89219ab35a6a364969dcdffc13d0af5238416809 Mon Sep 17 00:00:00 2001 From: diva Date: Wed, 10 Jun 2009 15:25:52 +0000 Subject: Flipping memory cache to false (default) in Flotsam cache, because of a bug in libomv. --- bin/config-include/FlotsamCache.ini.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ HitRateDisplay = 100 ; Set to false for disk cache only. - MemoryCacheEnabled = true + MemoryCacheEnabled = false ; How long {in hours} to keep assets cached in memory, .5 == 30 minutes MemoryCacheTimeout = 2 -- cgit v1.1