From 1a6b30e0924644cb4f9b6a771d768fc7d37d7aa0 Mon Sep 17 00:00:00 2001 From: Melanie Date: Sat, 29 Aug 2009 05:54:38 +0100 Subject: Add a slow cache cleaner thread. By default, the thread starts a cleanup sweep every 10 minutes. If any texture data is older than 12 hours, it is regenerated and the memory cache is refreshed. After each decode, the thread delays for 5 seconds. --- bin/OpenSim.ini.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/OpenSim.ini.example') diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 3529599..2303873 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example @@ -1371,7 +1371,7 @@ [J2KDecoder] ;CacheDir = "./j2kDecodeCache" -;CacheTimeout = 60 +;CacheTimeout = 720 ;; ;; These are defaults that are overwritten below in [Architecture]. -- cgit v1.1