aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorMelanie2009-08-29 05:54:38 +0100
committerMelanie2009-08-29 05:54:38 +0100
commit1a6b30e0924644cb4f9b6a771d768fc7d37d7aa0 (patch)
tree639dd0affce5bed67661f173a86bb85a0956ebfb /bin
parentthe beginning of some changes to the decode cache to address concerns about (diff)
downloadopensim-SC_OLD-1a6b30e0924644cb4f9b6a771d768fc7d37d7aa0.zip
opensim-SC_OLD-1a6b30e0924644cb4f9b6a771d768fc7d37d7aa0.tar.gz
opensim-SC_OLD-1a6b30e0924644cb4f9b6a771d768fc7d37d7aa0.tar.bz2
opensim-SC_OLD-1a6b30e0924644cb4f9b6a771d768fc7d37d7aa0.tar.xz
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.
Diffstat (limited to 'bin')
-rw-r--r--bin/OpenSim.ini.example2
1 files changed, 1 insertions, 1 deletions
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 @@
1371 1371
1372[J2KDecoder] 1372[J2KDecoder]
1373;CacheDir = "./j2kDecodeCache" 1373;CacheDir = "./j2kDecodeCache"
1374;CacheTimeout = 60 1374;CacheTimeout = 720
1375 1375
1376;; 1376;;
1377;; These are defaults that are overwritten below in [Architecture]. 1377;; These are defaults that are overwritten below in [Architecture].